public class io.vertx.ext.unit.collect.impl.EventBusCollectorImpl implements io.vertx.ext.unit.collect.EventBusCollector, io.vertx.core.Handler<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.unit.collect.impl.EventBusCollectorImpl
  super_class: java.lang.Object
{
  private final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.Handler<io.vertx.ext.unit.report.TestSuiteReport> reporter;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestSuiteReport;>;

  private io.vertx.core.Handler<io.vertx.ext.unit.report.TestCaseReport> testCaseRunnerHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestCaseReport;>;

  private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.ext.unit.report.TestSuiteReport runner;
    descriptor: Lio/vertx/ext/unit/report/TestSuiteReport;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Handler<io.vertx.ext.unit.report.TestResult> testCaseHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestResult;>;

  public void <init>(io.vertx.core.Vertx, io.vertx.core.Handler<io.vertx.ext.unit.report.TestSuiteReport>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.Handler reporter
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 2 /* reporter */
            putfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.reporter:Lio/vertx/core/Handler;
         2: .line 32
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.vertx:Lio/vertx/core/Vertx;
         3: .line 33
            return
        end local 2 // io.vertx.core.Handler reporter
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl;
            0    4     1     vertx  Lio/vertx/core/Vertx;
            0    4     2  reporter  Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestSuiteReport;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestSuiteReport;>;)V
    MethodParameters:
          Name  Flags
      vertx     
      reporter  

  public void handle(io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>);
    descriptor: (Lio/vertx/core/eventbus/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=2
        start local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl this
        start local 1 // io.vertx.core.eventbus.Message event
         0: .line 37
            aload 1 /* event */
            invokeinterface io.vertx.core.eventbus.Message.body:()Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            astore 2 /* body */
        start local 2 // io.vertx.core.json.JsonObject body
         1: .line 38
            aload 2 /* body */
            ldc "type"
            ldc ""
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* type */
        start local 3 // java.lang.String type
         2: .line 39
            aload 2 /* body */
            ldc "name"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         3: .line 40
            aload 3 /* type */
            dup
            astore 5
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 5
          -1718690109: 4
          -1715521502: 5
          -1145918091: 6
            162263705: 7
           1313565415: 8
              default: 34
          }
      StackMap locals: io.vertx.ext.unit.collect.impl.EventBusCollectorImpl io.vertx.core.eventbus.Message io.vertx.core.json.JsonObject java.lang.String java.lang.String java.lang.String
      StackMap stack:
         4: aload 5
            ldc "testSuiteBegin"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
            goto 34
      StackMap locals:
      StackMap stack:
         5: aload 5
            ldc "testSuiteError"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 15
            goto 34
      StackMap locals:
      StackMap stack:
         6: aload 5
            ldc "testSuiteEnd"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 32
            goto 34
      StackMap locals:
      StackMap stack:
         7: aload 5
            ldc "testCaseEnd"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 23
            goto 34
      StackMap locals:
      StackMap stack:
         8: aload 5
            ldc "testCaseBegin"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 12
            goto 34
         9: .line 42
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$1
            dup
            aload 0 /* this */
            aload 4 /* name */
            invokespecial io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$1.<init>:(Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl;Ljava/lang/String;)V
            putfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.runner:Lio/vertx/ext/unit/report/TestSuiteReport;
        10: .line 75
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.reporter:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.runner:Lio/vertx/ext/unit/report/TestSuiteReport;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        11: .line 76
            goto 34
        12: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.testCaseRunnerHandler:Lio/vertx/core/Handler;
            ifnull 34
        13: .line 80
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.testCaseRunnerHandler:Lio/vertx/core/Handler;
            new io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2
            dup
            aload 0 /* this */
            aload 4 /* name */
            invokespecial io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2.<init>:(Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl;Ljava/lang/String;)V
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        14: .line 92
            goto 34
        15: .line 95
      StackMap locals:
      StackMap stack:
            aload 2 /* body */
            ldc "failure"
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            astore 6 /* failureJson */
        start local 6 // io.vertx.core.json.JsonObject failureJson
        16: .line 96
            aload 6 /* failureJson */
            ifnull 34
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.exceptionHandler:Lio/vertx/core/Handler;
            ifnull 34
        17: .line 97
            new io.vertx.ext.unit.impl.FailureImpl
            dup
            aload 6 /* failureJson */
            invokespecial io.vertx.ext.unit.impl.FailureImpl.<init>:(Lio/vertx/core/json/JsonObject;)V
            astore 7 /* failure */
        start local 7 // io.vertx.ext.unit.impl.FailureImpl failure
        18: .line 98
            aload 7 /* failure */
            invokevirtual io.vertx.ext.unit.impl.FailureImpl.cause:()Ljava/lang/Throwable;
            astore 8 /* cause */
        start local 8 // java.lang.Throwable cause
        19: .line 99
            aload 8 /* cause */
            ifnonnull 21
        20: .line 101
            new java.lang.Exception
            dup
            aload 6 /* failureJson */
            ldc "message"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
            astore 8 /* cause */
        21: .line 103
      StackMap locals: io.vertx.core.json.JsonObject io.vertx.ext.unit.impl.FailureImpl java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.exceptionHandler:Lio/vertx/core/Handler;
            aload 8 /* cause */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 8 // java.lang.Throwable cause
        end local 7 // io.vertx.ext.unit.impl.FailureImpl failure
        22: .line 105
            goto 34
        end local 6 // io.vertx.core.json.JsonObject failureJson
        23: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.testCaseHandler:Lio/vertx/core/Handler;
            ifnull 34
        24: .line 109
            aload 2 /* body */
            ldc "failure"
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            astore 6 /* failureJson */
        start local 6 // io.vertx.core.json.JsonObject failureJson
        25: .line 110
            aconst_null
            astore 7 /* failure */
        start local 7 // io.vertx.ext.unit.report.Failure failure
        26: .line 111
            aload 6 /* failureJson */
            ifnull 28
        27: .line 112
            new io.vertx.ext.unit.impl.FailureImpl
            dup
            aload 6 /* failureJson */
            invokespecial io.vertx.ext.unit.impl.FailureImpl.<init>:(Lio/vertx/core/json/JsonObject;)V
            astore 7 /* failure */
        28: .line 114
      StackMap locals: io.vertx.core.json.JsonObject io.vertx.ext.unit.report.Failure
      StackMap stack:
            new io.vertx.ext.unit.impl.TestResultImpl
            dup
            aload 4 /* name */
            aload 2 /* body */
            ldc "beginTime"
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual io.vertx.core.json.JsonObject.getLong:(Ljava/lang/String;Ljava/lang/Long;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            aload 2 /* body */
            ldc "durationTime"
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual io.vertx.core.json.JsonObject.getLong:(Ljava/lang/String;Ljava/lang/Long;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            aload 7 /* failure */
            invokespecial io.vertx.ext.unit.impl.TestResultImpl.<init>:(Ljava/lang/String;JJLio/vertx/ext/unit/report/Failure;)V
            astore 8 /* result */
        start local 8 // io.vertx.ext.unit.report.TestResult result
        29: .line 115
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.testCaseHandler:Lio/vertx/core/Handler;
            aload 8 /* result */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        30: .line 116
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.testCaseHandler:Lio/vertx/core/Handler;
        end local 8 // io.vertx.ext.unit.report.TestResult result
        end local 7 // io.vertx.ext.unit.report.Failure failure
        end local 6 // io.vertx.core.json.JsonObject failureJson
        31: .line 118
            goto 34
        32: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.endHandler:Lio/vertx/core/Handler;
            ifnull 34
        33: .line 122
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.endHandler:Lio/vertx/core/Handler;
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        34: .line 127
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String name
        end local 3 // java.lang.String type
        end local 2 // io.vertx.core.json.JsonObject body
        end local 1 // io.vertx.core.eventbus.Message event
        end local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   35     0         this  Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl;
            0   35     1        event  Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;
            1   35     2         body  Lio/vertx/core/json/JsonObject;
            2   35     3         type  Ljava/lang/String;
            3   35     4         name  Ljava/lang/String;
           16   23     6  failureJson  Lio/vertx/core/json/JsonObject;
           18   22     7      failure  Lio/vertx/ext/unit/impl/FailureImpl;
           19   22     8        cause  Ljava/lang/Throwable;
           25   31     6  failureJson  Lio/vertx/core/json/JsonObject;
           26   31     7      failure  Lio/vertx/ext/unit/report/Failure;
           29   31     8       result  Lio/vertx/ext/unit/report/TestResult;
    Signature: (Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;)V
    MethodParameters:
       Name  Flags
      event  

  public io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> register(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl this
        start local 1 // java.lang.String address
         0: .line 131
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.eventBus:()Lio/vertx/core/eventbus/EventBus;
            aload 1 /* address */
            aload 0 /* this */
            invokeinterface io.vertx.core.eventbus.EventBus.consumer:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageConsumer;
            areturn
        end local 1 // java.lang.String address
        end local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl;
            0    1     1  address  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
         Name  Flags
      address  

  public io.vertx.core.Handler<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>> asMessageHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl this
         0: .line 136
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl;
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.eventbus.Message
            invokevirtual io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.handle:(Lio/vertx/core/eventbus/Message;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/ext/unit/collect/EventBusCollector;Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
SourceFile: "EventBusCollectorImpl.java"
NestMembers:
  io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$1  io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2
InnerClasses:
  io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$1
  io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2