class io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2 implements io.vertx.ext.unit.report.TestCaseReport
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2
  super_class: java.lang.Object
{
  final io.vertx.ext.unit.collect.impl.EventBusCollectorImpl this$0;
    descriptor: Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$name;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.unit.collect.impl.EventBusCollectorImpl, java.lang.String);
    descriptor: (Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2 this
         0: .line 80
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2.this$0:Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl;
            aload 0 /* this */
            aload 2
            putfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2.val$name:Ljava/lang/String;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl$2;
    MethodParameters:
          Name  Flags
      this$0    final
      val$name  final

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2 this
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2.val$name:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl$2;

  public io.vertx.ext.unit.report.TestCaseReport endHandler(io.vertx.core.Handler<io.vertx.ext.unit.report.TestResult>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/unit/report/TestCaseReport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2 this
        start local 1 // io.vertx.core.Handler handler
         0: .line 87
            aload 0 /* this */
            getfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2.this$0:Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl;
            aload 1 /* handler */
            putfield io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.testCaseHandler:Lio/vertx/core/Handler;
         1: .line 88
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/unit/collect/impl/EventBusCollectorImpl$2;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestResult;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestResult;>;)Lio/vertx/ext/unit/report/TestCaseReport;
    MethodParameters:
         Name  Flags
      handler  
}
SourceFile: "EventBusCollectorImpl.java"
EnclosingMethod: io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.handle:(Lio/vertx/core/eventbus/Message;)V
NestHost: io.vertx.ext.unit.collect.impl.EventBusCollectorImpl
InnerClasses:
  io.vertx.ext.unit.collect.impl.EventBusCollectorImpl$2