class io.vertx.ext.unit.impl.TestSuiteReportImpl implements io.vertx.ext.unit.report.TestSuiteReport
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.unit.impl.TestSuiteReportImpl
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long timeout;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  private final io.vertx.ext.unit.impl.TestCaseImpl[] tests;
    descriptor: [Lio/vertx/ext/unit/impl/TestCaseImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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.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<io.vertx.ext.unit.report.TestCaseReport> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestCaseReport;>;

  void <init>(java.lang.String, long, io.vertx.core.Handler<io.vertx.ext.unit.TestContext>, io.vertx.core.Handler<io.vertx.ext.unit.TestContext>, io.vertx.core.Handler<io.vertx.ext.unit.TestContext>, io.vertx.core.Handler<io.vertx.ext.unit.TestContext>, io.vertx.ext.unit.impl.TestCaseImpl[]);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;[Lio/vertx/ext/unit/impl/TestCaseImpl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=9, args_size=8
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
        start local 1 // java.lang.String name
        start local 2 // long timeout
        start local 4 // io.vertx.core.Handler before
        start local 5 // io.vertx.core.Handler after
        start local 6 // io.vertx.core.Handler beforeEach
        start local 7 // io.vertx.core.Handler afterEach
        start local 8 // io.vertx.ext.unit.impl.TestCaseImpl[] tests
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* name */
            putfield io.vertx.ext.unit.impl.TestSuiteReportImpl.name:Ljava/lang/String;
         2: .line 34
            aload 0 /* this */
            lload 2 /* timeout */
            putfield io.vertx.ext.unit.impl.TestSuiteReportImpl.timeout:J
         3: .line 35
            aload 0 /* this */
            aload 4 /* before */
            putfield io.vertx.ext.unit.impl.TestSuiteReportImpl.before:Lio/vertx/core/Handler;
         4: .line 36
            aload 0 /* this */
            aload 5 /* after */
            putfield io.vertx.ext.unit.impl.TestSuiteReportImpl.after:Lio/vertx/core/Handler;
         5: .line 37
            aload 0 /* this */
            aload 6 /* beforeEach */
            putfield io.vertx.ext.unit.impl.TestSuiteReportImpl.beforeEach:Lio/vertx/core/Handler;
         6: .line 38
            aload 0 /* this */
            aload 7 /* afterEach */
            putfield io.vertx.ext.unit.impl.TestSuiteReportImpl.afterEach:Lio/vertx/core/Handler;
         7: .line 39
            aload 0 /* this */
            aload 8 /* tests */
            putfield io.vertx.ext.unit.impl.TestSuiteReportImpl.tests:[Lio/vertx/ext/unit/impl/TestCaseImpl;
         8: .line 40
            return
        end local 8 // io.vertx.ext.unit.impl.TestCaseImpl[] tests
        end local 7 // io.vertx.core.Handler afterEach
        end local 6 // io.vertx.core.Handler beforeEach
        end local 5 // io.vertx.core.Handler after
        end local 4 // io.vertx.core.Handler before
        end local 2 // long timeout
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            0    9     1        name  Ljava/lang/String;
            0    9     2     timeout  J
            0    9     4      before  Lio/vertx/core/Handler<Lio/vertx/ext/unit/TestContext;>;
            0    9     5       after  Lio/vertx/core/Handler<Lio/vertx/ext/unit/TestContext;>;
            0    9     6  beforeEach  Lio/vertx/core/Handler<Lio/vertx/ext/unit/TestContext;>;
            0    9     7   afterEach  Lio/vertx/core/Handler<Lio/vertx/ext/unit/TestContext;>;
            0    9     8       tests  [Lio/vertx/ext/unit/impl/TestCaseImpl;
    Signature: (Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/ext/unit/TestContext;>;Lio/vertx/core/Handler<Lio/vertx/ext/unit/TestContext;>;Lio/vertx/core/Handler<Lio/vertx/ext/unit/TestContext;>;Lio/vertx/core/Handler<Lio/vertx/ext/unit/TestContext;>;[Lio/vertx/ext/unit/impl/TestCaseImpl;)V
    MethodParameters:
            Name  Flags
      name        
      timeout     
      before      
      after       
      beforeEach  
      afterEach   
      tests       

  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.impl.TestSuiteReportImpl this
         0: .line 44
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.name:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;

  public io.vertx.ext.unit.report.TestSuiteReport exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/unit/report/TestSuiteReport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 49
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.unit.impl.TestSuiteReportImpl.exceptionHandler:Lio/vertx/core/Handler;
         1: .line 50
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/ext/unit/report/TestSuiteReport;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.unit.report.TestSuiteReport handler(io.vertx.core.Handler<io.vertx.ext.unit.report.TestCaseReport>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/unit/report/TestSuiteReport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 55
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.unit.impl.TestSuiteReportImpl.handler:Lio/vertx/core/Handler;
         1: .line 56
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestCaseReport;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestCaseReport;>;)Lio/vertx/ext/unit/report/TestSuiteReport;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.unit.report.TestSuiteReport pause();
    descriptor: ()Lio/vertx/ext/unit/report/TestSuiteReport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
         0: .line 61
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;

  public io.vertx.ext.unit.report.TestSuiteReport resume();
    descriptor: ()Lio/vertx/ext/unit/report/TestSuiteReport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
         0: .line 66
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;

  public io.vertx.core.streams.ReadStream<io.vertx.ext.unit.report.TestCaseReport> fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
        start local 1 // long amount
         0: .line 71
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            0    1     1  amount  J
    Signature: (J)Lio/vertx/core/streams/ReadStream<Lio/vertx/ext/unit/report/TestCaseReport;>;
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.ext.unit.report.TestSuiteReport endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/unit/report/TestSuiteReport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 76
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.unit.impl.TestSuiteReportImpl.endHandler:Lio/vertx/core/Handler;
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/unit/report/TestSuiteReport;
    MethodParameters:
         Name  Flags
      handler  

  private io.vertx.ext.unit.impl.Task<?> buildTestCasesTasks(java.util.Map<java.lang.String, java.lang.Object>, io.vertx.ext.unit.impl.TestCaseImpl[], int, io.vertx.ext.unit.impl.Task<io.vertx.ext.unit.impl.Result>);
    descriptor: (Ljava/util/Map;[Lio/vertx/ext/unit/impl/TestCaseImpl;ILio/vertx/ext/unit/impl/Task;)Lio/vertx/ext/unit/impl/Task;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
        start local 1 // java.util.Map attributes
        start local 2 // io.vertx.ext.unit.impl.TestCaseImpl[] tests
        start local 3 // int index
        start local 4 // io.vertx.ext.unit.impl.Task endTask
         0: .line 81
            aload 2 /* tests */
            arraylength
            iload 3 /* index */
            if_icmple 4
         1: .line 82
            aload 2 /* tests */
            iload 3 /* index */
            aaload
            astore 5 /* test */
        start local 5 // io.vertx.ext.unit.impl.TestCaseImpl test
         2: .line 83
            aload 0 /* this */
            aload 1 /* attributes */
            aload 2 /* tests */
            iload 3 /* index */
            iconst_1
            iadd
            aload 4 /* endTask */
            invokevirtual io.vertx.ext.unit.impl.TestSuiteReportImpl.buildTestCasesTasks:(Ljava/util/Map;[Lio/vertx/ext/unit/impl/TestCaseImpl;ILio/vertx/ext/unit/impl/Task;)Lio/vertx/ext/unit/impl/Task;
            astore 6 /* nextTask */
        start local 6 // io.vertx.ext.unit.impl.Task nextTask
         3: .line 84
            aload 0 /* this */
            aload 5 /* test */
            aload 1 /* attributes */
            aload 6 /* nextTask */
            invokedynamic execute(Lio/vertx/ext/unit/impl/TestSuiteReportImpl;Lio/vertx/ext/unit/impl/TestCaseImpl;Ljava/util/Map;Lio/vertx/ext/unit/impl/Task;)Lio/vertx/ext/unit/impl/Task;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Lio/vertx/ext/unit/impl/ExecutionContext;)V
                  io/vertx/ext/unit/impl/TestSuiteReportImpl.lambda$0(Lio/vertx/ext/unit/impl/TestCaseImpl;Ljava/util/Map;Lio/vertx/ext/unit/impl/Task;Ljava/lang/Object;Lio/vertx/ext/unit/impl/ExecutionContext;)V (7)
                  (Ljava/lang/Object;Lio/vertx/ext/unit/impl/ExecutionContext;)V
            areturn
        end local 6 // io.vertx.ext.unit.impl.Task nextTask
        end local 5 // io.vertx.ext.unit.impl.TestCaseImpl test
         4: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.after:Lio/vertx/core/Handler;
            ifnull 6
         5: .line 94
            new io.vertx.ext.unit.impl.TestContextTask
            dup
            new io.vertx.ext.unit.impl.TestContextImpl
            dup
            new java.util.HashMap
            dup
            aload 1 /* attributes */
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.exceptionHandler:Lio/vertx/core/Handler;
            invokespecial io.vertx.ext.unit.impl.TestContextImpl.<init>:(Ljava/util/Map;Lio/vertx/core/Handler;)V
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.after:Lio/vertx/core/Handler;
            aload 4 /* endTask */
            lconst_0
            invokespecial io.vertx.ext.unit.impl.TestContextTask.<init>:(Lio/vertx/ext/unit/impl/TestContextImpl;Lio/vertx/core/Handler;Lio/vertx/ext/unit/impl/Task;J)V
            areturn
         6: .line 96
      StackMap locals:
      StackMap stack:
            aload 4 /* endTask */
            areturn
        end local 4 // io.vertx.ext.unit.impl.Task endTask
        end local 3 // int index
        end local 2 // io.vertx.ext.unit.impl.TestCaseImpl[] tests
        end local 1 // java.util.Map attributes
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            0    7     1  attributes  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    7     2       tests  [Lio/vertx/ext/unit/impl/TestCaseImpl;
            0    7     3       index  I
            0    7     4     endTask  Lio/vertx/ext/unit/impl/Task<Lio/vertx/ext/unit/impl/Result;>;
            2    4     5        test  Lio/vertx/ext/unit/impl/TestCaseImpl;
            3    4     6    nextTask  Lio/vertx/ext/unit/impl/Task<*>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;[Lio/vertx/ext/unit/impl/TestCaseImpl;ILio/vertx/ext/unit/impl/Task<Lio/vertx/ext/unit/impl/Result;>;)Lio/vertx/ext/unit/impl/Task<*>;
    MethodParameters:
            Name  Flags
      attributes  
      tests       
      index       
      endTask     

  private io.vertx.ext.unit.impl.Task<?> buildTask();
    descriptor: ()Lio/vertx/ext/unit/impl/Task;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
         0: .line 102
            aload 0 /* this */
            invokedynamic execute(Lio/vertx/ext/unit/impl/TestSuiteReportImpl;)Lio/vertx/ext/unit/impl/Task;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Lio/vertx/ext/unit/impl/ExecutionContext;)V
                  io/vertx/ext/unit/impl/TestSuiteReportImpl.lambda$1(Lio/vertx/ext/unit/impl/Result;Lio/vertx/ext/unit/impl/ExecutionContext;)V (7)
                  (Lio/vertx/ext/unit/impl/Result;Lio/vertx/ext/unit/impl/ExecutionContext;)V
            astore 1 /* endTask */
        start local 1 // io.vertx.ext.unit.impl.Task endTask
         1: .line 110
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.before:Lio/vertx/core/Handler;
            ifnull 6
         2: .line 111
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* attributes */
        start local 2 // java.util.HashMap attributes
         3: .line 112
            new io.vertx.ext.unit.impl.TestContextTask
            dup
            new io.vertx.ext.unit.impl.TestContextImpl
            dup
            aload 2 /* attributes */
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.exceptionHandler:Lio/vertx/core/Handler;
            invokespecial io.vertx.ext.unit.impl.TestContextImpl.<init>:(Ljava/util/Map;Lio/vertx/core/Handler;)V
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.before:Lio/vertx/core/Handler;
            aload 0 /* this */
            aload 2 /* attributes */
            aload 1 /* endTask */
            invokedynamic apply(Lio/vertx/ext/unit/impl/TestSuiteReportImpl;Ljava/util/HashMap;Lio/vertx/ext/unit/impl/Task;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/unit/impl/TestSuiteReportImpl.lambda$2(Ljava/util/HashMap;Lio/vertx/ext/unit/impl/Task;Lio/vertx/ext/unit/impl/Result;)Lio/vertx/ext/unit/impl/Task; (7)
                  (Lio/vertx/ext/unit/impl/Result;)Lio/vertx/ext/unit/impl/Task;
         4: .line 119
            lconst_0
         5: .line 112
            invokespecial io.vertx.ext.unit.impl.TestContextTask.<init>:(Lio/vertx/ext/unit/impl/TestContextImpl;Lio/vertx/core/Handler;Ljava/util/function/Function;J)V
            areturn
        end local 2 // java.util.HashMap attributes
         6: .line 121
      StackMap locals: io.vertx.ext.unit.impl.Task
      StackMap stack:
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.tests:[Lio/vertx/ext/unit/impl/TestCaseImpl;
            iconst_0
            aload 1 /* endTask */
            invokevirtual io.vertx.ext.unit.impl.TestSuiteReportImpl.buildTestCasesTasks:(Ljava/util/Map;[Lio/vertx/ext/unit/impl/TestCaseImpl;ILio/vertx/ext/unit/impl/Task;)Lio/vertx/ext/unit/impl/Task;
            areturn
        end local 1 // io.vertx.ext.unit.impl.Task endTask
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            1    7     1     endTask  Lio/vertx/ext/unit/impl/Task<Lio/vertx/ext/unit/impl/Result;>;
            3    6     2  attributes  Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: ()Lio/vertx/ext/unit/impl/Task<*>;

  public void run(io.vertx.ext.unit.impl.ExecutionContext);
    descriptor: (Lio/vertx/ext/unit/impl/ExecutionContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
        start local 1 // io.vertx.ext.unit.impl.ExecutionContext context
         0: .line 127
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual io.vertx.ext.unit.impl.TestSuiteReportImpl.buildTask:()Lio/vertx/ext/unit/impl/Task;
            invokevirtual io.vertx.ext.unit.impl.ExecutionContext.run:(Lio/vertx/ext/unit/impl/Task;)V
         1: .line 128
            return
        end local 1 // io.vertx.ext.unit.impl.ExecutionContext context
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            0    2     1  context  Lio/vertx/ext/unit/impl/ExecutionContext;
    MethodParameters:
         Name  Flags
      context  

  public void run(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
        start local 1 // java.lang.Boolean useEventLoop
         0: .line 131
            aconst_null
            astore 2 /* context */
        start local 2 // io.vertx.core.Context context
         1: .line 132
            aload 1 /* useEventLoop */
            ifnonnull 4
         2: .line 133
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 2 /* context */
         3: .line 134
            goto 8
      StackMap locals: io.vertx.core.Context
      StackMap stack:
         4: aload 1 /* useEventLoop */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 8
         5: .line 135
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 2 /* context */
         6: .line 136
            aload 2 /* context */
            ifnonnull 8
         7: .line 137
            new java.lang.IllegalStateException
            dup
            ldc "No event loop, your test should either provide a Vertx instance or be executed in a Verticle"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 141
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.unit.impl.ExecutionContext
            dup
            aload 2 /* context */
            invokespecial io.vertx.ext.unit.impl.ExecutionContext.<init>:(Lio/vertx/core/Context;)V
            aload 0 /* this */
            invokevirtual io.vertx.ext.unit.impl.TestSuiteReportImpl.buildTask:()Lio/vertx/ext/unit/impl/Task;
            invokevirtual io.vertx.ext.unit.impl.ExecutionContext.run:(Lio/vertx/ext/unit/impl/Task;)V
         9: .line 142
            return
        end local 2 // io.vertx.core.Context context
        end local 1 // java.lang.Boolean useEventLoop
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            0   10     1  useEventLoop  Ljava/lang/Boolean;
            1   10     2       context  Lio/vertx/core/Context;
    MethodParameters:
              Name  Flags
      useEventLoop  

  public void run(io.vertx.core.Vertx, java.lang.Boolean);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/Boolean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.Boolean useEventLoop
         0: .line 145
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            aload 2 /* useEventLoop */
            invokevirtual java.lang.Boolean.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
      StackMap locals:
      StackMap stack: io.vertx.core.Context
         2: astore 3 /* context */
        start local 3 // io.vertx.core.Context context
         3: .line 146
            aload 0 /* this */
            invokevirtual io.vertx.ext.unit.impl.TestSuiteReportImpl.buildTask:()Lio/vertx/ext/unit/impl/Task;
            astore 4 /* task */
        start local 4 // io.vertx.ext.unit.impl.Task task
         4: .line 147
            new io.vertx.ext.unit.impl.ExecutionContext
            dup
            aload 3 /* context */
            invokespecial io.vertx.ext.unit.impl.ExecutionContext.<init>:(Lio/vertx/core/Context;)V
            aload 4 /* task */
            invokevirtual io.vertx.ext.unit.impl.ExecutionContext.run:(Lio/vertx/ext/unit/impl/Task;)V
         5: .line 148
            return
        end local 4 // io.vertx.ext.unit.impl.Task task
        end local 3 // io.vertx.core.Context context
        end local 2 // java.lang.Boolean useEventLoop
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            0    6     1         vertx  Lio/vertx/core/Vertx;
            0    6     2  useEventLoop  Ljava/lang/Boolean;
            3    6     3       context  Lio/vertx/core/Context;
            4    6     4          task  Lio/vertx/ext/unit/impl/Task<*>;
    MethodParameters:
              Name  Flags
      vertx         
      useEventLoop  

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.unit.impl.TestSuiteReportImpl.pause:()Lio/vertx/ext/unit/report/TestSuiteReport;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    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.Handler
            invokevirtual io.vertx.ext.unit.impl.TestSuiteReportImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/unit/report/TestSuiteReport;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.unit.impl.TestSuiteReportImpl.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/unit/report/TestSuiteReport;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.unit.impl.TestSuiteReportImpl.resume:()Lio/vertx/ext/unit/report/TestSuiteReport;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.unit.impl.TestSuiteReportImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/unit/report/TestSuiteReport;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.unit.impl.TestSuiteReportImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/unit/report/TestSuiteReport;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(io.vertx.ext.unit.impl.TestCaseImpl, java.util.Map, io.vertx.ext.unit.impl.Task, java.lang.Object, io.vertx.ext.unit.impl.ExecutionContext);
    descriptor: (Lio/vertx/ext/unit/impl/TestCaseImpl;Ljava/util/Map;Lio/vertx/ext/unit/impl/Task;Ljava/lang/Object;Lio/vertx/ext/unit/impl/ExecutionContext;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=11, locals=8, args_size=6
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
        start local 4 // java.lang.Object v
        start local 5 // io.vertx.ext.unit.impl.ExecutionContext context
         0: .line 85
            new io.vertx.ext.unit.impl.TestCaseReportImpl
            dup
            aload 1
            getfield io.vertx.ext.unit.impl.TestCaseImpl.name:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.timeout:J
            aload 1
            getfield io.vertx.ext.unit.impl.TestCaseImpl.repeat:I
            new java.util.HashMap
            dup
            aload 2
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.beforeEach:Lio/vertx/core/Handler;
            aload 1
            getfield io.vertx.ext.unit.impl.TestCaseImpl.handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.afterEach:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.exceptionHandler:Lio/vertx/core/Handler;
            invokespecial io.vertx.ext.unit.impl.TestCaseReportImpl.<init>:(Ljava/lang/String;JILjava/util/Map;Lio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
            astore 6 /* testReport */
        start local 6 // io.vertx.ext.unit.impl.TestCaseReportImpl testReport
         1: .line 86
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.handler:Lio/vertx/core/Handler;
            ifnull 3
         2: .line 87
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.handler:Lio/vertx/core/Handler;
            aload 6 /* testReport */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 89
      StackMap locals: io.vertx.ext.unit.impl.TestCaseReportImpl
      StackMap stack:
            aload 6 /* testReport */
            aload 3
            invokevirtual io.vertx.ext.unit.impl.TestCaseReportImpl.buildTask:(Lio/vertx/ext/unit/impl/Task;)Lio/vertx/ext/unit/impl/Task;
            astore 7 /* task */
        start local 7 // io.vertx.ext.unit.impl.Task task
         4: .line 90
            aload 7 /* task */
            aconst_null
            aload 5 /* context */
            invokeinterface io.vertx.ext.unit.impl.Task.execute:(Ljava/lang/Object;Lio/vertx/ext/unit/impl/ExecutionContext;)V
        end local 7 // io.vertx.ext.unit.impl.Task task
        end local 6 // io.vertx.ext.unit.impl.TestCaseReportImpl testReport
         5: .line 91
            return
        end local 5 // io.vertx.ext.unit.impl.ExecutionContext context
        end local 4 // java.lang.Object v
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            0    6     4           v  Ljava/lang/Object;
            0    6     5     context  Lio/vertx/ext/unit/impl/ExecutionContext;
            1    5     6  testReport  Lio/vertx/ext/unit/impl/TestCaseReportImpl;
            4    5     7        task  Lio/vertx/ext/unit/impl/Task<*>;

  private void lambda$1(io.vertx.ext.unit.impl.Result, io.vertx.ext.unit.impl.ExecutionContext);
    descriptor: (Lio/vertx/ext/unit/impl/Result;Lio/vertx/ext/unit/impl/ExecutionContext;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
        start local 1 // io.vertx.ext.unit.impl.Result result
        start local 2 // io.vertx.ext.unit.impl.ExecutionContext context
         0: .line 103
            aload 1 /* result */
            ifnull 2
            aload 1 /* result */
            getfield io.vertx.ext.unit.impl.Result.failure:Ljava/lang/Throwable;
            ifnull 2
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.exceptionHandler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 104
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.exceptionHandler:Lio/vertx/core/Handler;
            aload 1 /* result */
            getfield io.vertx.ext.unit.impl.Result.failure:Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.endHandler:Lio/vertx/core/Handler;
            ifnull 4
         3: .line 107
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.endHandler:Lio/vertx/core/Handler;
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 109
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.ext.unit.impl.ExecutionContext context
        end local 1 // io.vertx.ext.unit.impl.Result result
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            0    5     1   result  Lio/vertx/ext/unit/impl/Result;
            0    5     2  context  Lio/vertx/ext/unit/impl/ExecutionContext;

  private io.vertx.ext.unit.impl.Task lambda$2(java.util.HashMap, io.vertx.ext.unit.impl.Task, io.vertx.ext.unit.impl.Result);
    descriptor: (Ljava/util/HashMap;Lio/vertx/ext/unit/impl/Task;Lio/vertx/ext/unit/impl/Result;)Lio/vertx/ext/unit/impl/Task;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
        start local 3 // io.vertx.ext.unit.impl.Result result
         0: .line 113
            aload 3 /* result */
            getfield io.vertx.ext.unit.impl.Result.failure:Ljava/lang/Throwable;
            ifnonnull 3
         1: .line 114
            aload 0 /* this */
            aload 1
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestSuiteReportImpl.tests:[Lio/vertx/ext/unit/impl/TestCaseImpl;
            iconst_0
            aload 2
            invokevirtual io.vertx.ext.unit.impl.TestSuiteReportImpl.buildTestCasesTasks:(Ljava/util/Map;[Lio/vertx/ext/unit/impl/TestCaseImpl;ILio/vertx/ext/unit/impl/Task;)Lio/vertx/ext/unit/impl/Task;
            astore 4 /* runTask */
        start local 4 // io.vertx.ext.unit.impl.Task runTask
         2: .line 115
            aload 4 /* runTask */
            invokedynamic execute(Lio/vertx/ext/unit/impl/Task;)Lio/vertx/ext/unit/impl/Task;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Lio/vertx/ext/unit/impl/ExecutionContext;)V
                  io/vertx/ext/unit/impl/TestSuiteReportImpl.lambda$3(Lio/vertx/ext/unit/impl/Task;Lio/vertx/ext/unit/impl/Result;Lio/vertx/ext/unit/impl/ExecutionContext;)V (6)
                  (Lio/vertx/ext/unit/impl/Result;Lio/vertx/ext/unit/impl/ExecutionContext;)V
            areturn
        end local 4 // io.vertx.ext.unit.impl.Task runTask
         3: .line 117
      StackMap locals:
      StackMap stack:
            aload 2
            areturn
        end local 3 // io.vertx.ext.unit.impl.Result result
        end local 0 // io.vertx.ext.unit.impl.TestSuiteReportImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/unit/impl/TestSuiteReportImpl;
            0    4     3   result  Lio/vertx/ext/unit/impl/Result;
            2    3     4  runTask  Lio/vertx/ext/unit/impl/Task<*>;

  private static void lambda$3(io.vertx.ext.unit.impl.Task, io.vertx.ext.unit.impl.Result, io.vertx.ext.unit.impl.ExecutionContext);
    descriptor: (Lio/vertx/ext/unit/impl/Task;Lio/vertx/ext/unit/impl/Result;Lio/vertx/ext/unit/impl/ExecutionContext;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 1 // io.vertx.ext.unit.impl.Result result_
        start local 2 // io.vertx.ext.unit.impl.ExecutionContext context
         0: .line 115
            aload 0
            aconst_null
            aload 2 /* context */
            invokeinterface io.vertx.ext.unit.impl.Task.execute:(Ljava/lang/Object;Lio/vertx/ext/unit/impl/ExecutionContext;)V
            return
        end local 2 // io.vertx.ext.unit.impl.ExecutionContext context
        end local 1 // io.vertx.ext.unit.impl.Result result_
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     1  result_  Lio/vertx/ext/unit/impl/Result;
            0    1     2  context  Lio/vertx/ext/unit/impl/ExecutionContext;
}
SourceFile: "TestSuiteReportImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles