class io.vertx.ext.unit.junit.VertxUnitRunner$2 extends org.junit.runners.model.Statement
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.unit.junit.VertxUnitRunner$2
  super_class: org.junit.runners.model.Statement
{
  final io.vertx.ext.unit.junit.VertxUnitRunner this$0;
    descriptor: Lio/vertx/ext/unit/junit/VertxUnitRunner;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List val$befores;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.ext.unit.impl.TestContextImpl val$testContext;
    descriptor: Lio/vertx/ext/unit/impl/TestContextImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  private final org.junit.runners.model.Statement val$statement;
    descriptor: Lorg/junit/runners/model/Statement;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.unit.junit.VertxUnitRunner, java.util.List, io.vertx.ext.unit.impl.TestContextImpl, java.lang.Object, org.junit.runners.model.Statement);
    descriptor: (Lio/vertx/ext/unit/junit/VertxUnitRunner;Ljava/util/List;Lio/vertx/ext/unit/impl/TestContextImpl;Ljava/lang/Object;Lorg/junit/runners/model/Statement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.vertx.ext.unit.junit.VertxUnitRunner$2 this
         0: .line 190
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.unit.junit.VertxUnitRunner$2.this$0:Lio/vertx/ext/unit/junit/VertxUnitRunner;
            aload 0 /* this */
            aload 2
            putfield io.vertx.ext.unit.junit.VertxUnitRunner$2.val$befores:Ljava/util/List;
            aload 0 /* this */
            aload 3
            putfield io.vertx.ext.unit.junit.VertxUnitRunner$2.val$testContext:Lio/vertx/ext/unit/impl/TestContextImpl;
            aload 0 /* this */
            aload 4
            putfield io.vertx.ext.unit.junit.VertxUnitRunner$2.val$target:Ljava/lang/Object;
            aload 0 /* this */
            aload 5
            putfield io.vertx.ext.unit.junit.VertxUnitRunner$2.val$statement:Lorg/junit/runners/model/Statement;
            aload 0 /* this */
            invokespecial org.junit.runners.model.Statement.<init>:()V
            return
        end local 0 // io.vertx.ext.unit.junit.VertxUnitRunner$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/junit/VertxUnitRunner$2;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$befores      final
      val$testContext  final
      val$target       final
      val$statement    final

  public void evaluate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.vertx.ext.unit.junit.VertxUnitRunner$2 this
         0: .line 193
            aload 0 /* this */
            getfield io.vertx.ext.unit.junit.VertxUnitRunner$2.val$befores:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: io.vertx.ext.unit.junit.VertxUnitRunner$2 top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.junit.runners.model.FrameworkMethod
            astore 1 /* before */
        start local 1 // org.junit.runners.model.FrameworkMethod before
         2: .line 194
            aload 0 /* this */
            getfield io.vertx.ext.unit.junit.VertxUnitRunner$2.this$0:Lio/vertx/ext/unit/junit/VertxUnitRunner;
            aload 0 /* this */
            getfield io.vertx.ext.unit.junit.VertxUnitRunner$2.val$testContext:Lio/vertx/ext/unit/impl/TestContextImpl;
            aload 1 /* before */
            aload 0 /* this */
            getfield io.vertx.ext.unit.junit.VertxUnitRunner$2.val$target:Ljava/lang/Object;
            invokevirtual io.vertx.ext.unit.junit.VertxUnitRunner.invokeExplosively:(Lio/vertx/ext/unit/impl/TestContextImpl;Lorg/junit/runners/model/FrameworkMethod;Ljava/lang/Object;)V
        end local 1 // org.junit.runners.model.FrameworkMethod before
         3: .line 193
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 196
            aload 0 /* this */
            getfield io.vertx.ext.unit.junit.VertxUnitRunner$2.val$statement:Lorg/junit/runners/model/Statement;
            invokevirtual org.junit.runners.model.Statement.evaluate:()V
         5: .line 197
            return
        end local 0 // io.vertx.ext.unit.junit.VertxUnitRunner$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/ext/unit/junit/VertxUnitRunner$2;
            2    3     1  before  Lorg/junit/runners/model/FrameworkMethod;
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "VertxUnitRunner.java"
EnclosingMethod: io.vertx.ext.unit.junit.VertxUnitRunner.withBefores:(Lio/vertx/ext/unit/impl/TestContextImpl;Ljava/util/List;Ljava/lang/Object;Lorg/junit/runners/model/Statement;)Lorg/junit/runners/model/Statement;
NestHost: io.vertx.ext.unit.junit.VertxUnitRunner
InnerClasses:
  io.vertx.ext.unit.junit.VertxUnitRunner$2