public final class io.vertx.junit5.VertxTestContext
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.vertx.junit5.VertxTestContext
  super_class: java.lang.Object
{
  private java.lang.Throwable throwableReference;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.concurrent.CountDownLatch releaseLatch;
    descriptor: Ljava/util/concurrent/CountDownLatch;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.HashSet<io.vertx.junit5.CountingCheckpoint> checkpoints;
    descriptor: Ljava/util/HashSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/HashSet<Lio/vertx/junit5/CountingCheckpoint;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aconst_null
            putfield io.vertx.junit5.VertxTestContext.throwableReference:Ljava/lang/Throwable;
         2: .line 53
            aload 0 /* this */
            new java.util.concurrent.CountDownLatch
            dup
            iconst_1
            invokespecial java.util.concurrent.CountDownLatch.<init>:(I)V
            putfield io.vertx.junit5.VertxTestContext.releaseLatch:Ljava/util/concurrent/CountDownLatch;
         3: .line 54
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield io.vertx.junit5.VertxTestContext.checkpoints:Ljava/util/HashSet;
         4: .line 37
            return
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/junit5/VertxTestContext;

  public synchronized boolean failed();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 64
            aload 0 /* this */
            getfield io.vertx.junit5.VertxTestContext.throwableReference:Ljava/lang/Throwable;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/junit5/VertxTestContext;

  public synchronized java.lang.Throwable causeOfFailure();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 73
            aload 0 /* this */
            getfield io.vertx.junit5.VertxTestContext.throwableReference:Ljava/lang/Throwable;
            areturn
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/junit5/VertxTestContext;

  public synchronized boolean completed();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 82
            aload 0 /* this */
            invokevirtual io.vertx.junit5.VertxTestContext.failed:()Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.junit5.VertxTestContext.releaseLatch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.getCount:()J
            lconst_0
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/junit5/VertxTestContext;

  public java.util.Set<java.lang.StackTraceElement> unsatisfiedCheckpointCallSites();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.junit5.VertxTestContext.checkpoints:Ljava/util/HashSet;
         1: .line 92
            invokevirtual java.util.HashSet.stream:()Ljava/util/stream/Stream;
         2: .line 93
            invokedynamic test()Ljava/util/function/Predicate;
              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;)Z
                  io/vertx/junit5/VertxTestContext.lambda$0(Lio/vertx/junit5/CountingCheckpoint;)Z (6)
                  (Lio/vertx/junit5/CountingCheckpoint;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
         3: .line 94
            invokedynamic apply()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/junit5/CountingCheckpoint.creationCallSite()Ljava/lang/StackTraceElement; (5)
                  (Lio/vertx/junit5/CountingCheckpoint;)Ljava/lang/StackTraceElement;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         4: .line 95
            invokestatic java.util.stream.Collectors.toSet:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.Set
         5: .line 91
            areturn
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/junit5/VertxTestContext;
    Signature: ()Ljava/util/Set<Ljava/lang/StackTraceElement;>;

  public synchronized void completeNow();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 104
            aload 0 /* this */
            getfield io.vertx.junit5.VertxTestContext.releaseLatch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
         1: .line 105
            return
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/junit5/VertxTestContext;

  public synchronized void failNow(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // java.lang.Throwable t
         0: .line 113
            aload 1 /* t */
            ldc "The exception cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 114
            aload 0 /* this */
            invokevirtual io.vertx.junit5.VertxTestContext.completed:()Z
            ifne 4
         2: .line 115
            aload 0 /* this */
            aload 1 /* t */
            putfield io.vertx.junit5.VertxTestContext.throwableReference:Ljava/lang/Throwable;
         3: .line 116
            aload 0 /* this */
            getfield io.vertx.junit5.VertxTestContext.releaseLatch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
         4: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/junit5/VertxTestContext;
            0    5     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public synchronized void failNow(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // java.lang.String message
         0: .line 126
            aload 0 /* this */
            new io.vertx.core.impl.NoStackTraceThrowable
            dup
            aload 1 /* message */
            invokespecial io.vertx.core.impl.NoStackTraceThrowable.<init>:(Ljava/lang/String;)V
            invokevirtual io.vertx.junit5.VertxTestContext.failNow:(Ljava/lang/Throwable;)V
         1: .line 127
            return
        end local 1 // java.lang.String message
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/junit5/VertxTestContext;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  private synchronized void checkpointSatisfied(io.vertx.junit5.Checkpoint);
    descriptor: (Lio/vertx/junit5/Checkpoint;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // io.vertx.junit5.Checkpoint checkpoint
         0: .line 132
            aload 0 /* this */
            getfield io.vertx.junit5.VertxTestContext.checkpoints:Ljava/util/HashSet;
            aload 1 /* checkpoint */
            invokevirtual java.util.HashSet.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 133
            aload 0 /* this */
            getfield io.vertx.junit5.VertxTestContext.checkpoints:Ljava/util/HashSet;
            invokevirtual java.util.HashSet.isEmpty:()Z
            ifeq 3
         2: .line 134
            aload 0 /* this */
            invokevirtual io.vertx.junit5.VertxTestContext.completeNow:()V
         3: .line 136
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.junit5.Checkpoint checkpoint
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/junit5/VertxTestContext;
            0    4     1  checkpoint  Lio/vertx/junit5/Checkpoint;
    MethodParameters:
            Name  Flags
      checkpoint  

  public io.vertx.junit5.Checkpoint laxCheckpoint();
    descriptor: ()Lio/vertx/junit5/Checkpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 144
            aload 0 /* this */
            iconst_1
            invokevirtual io.vertx.junit5.VertxTestContext.laxCheckpoint:(I)Lio/vertx/junit5/Checkpoint;
            areturn
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/junit5/VertxTestContext;

  public synchronized io.vertx.junit5.Checkpoint laxCheckpoint(int);
    descriptor: (I)Lio/vertx/junit5/Checkpoint;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // int requiredNumberOfPasses
         0: .line 154
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/junit5/VertxTestContext;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/junit5/VertxTestContext.checkpointSatisfied(Lio/vertx/junit5/Checkpoint;)V (7)
                  (Lio/vertx/junit5/Checkpoint;)V
            iload 1 /* requiredNumberOfPasses */
            invokestatic io.vertx.junit5.CountingCheckpoint.laxCountingCheckpoint:(Ljava/util/function/Consumer;I)Lio/vertx/junit5/CountingCheckpoint;
            astore 2 /* checkpoint */
        start local 2 // io.vertx.junit5.CountingCheckpoint checkpoint
         1: .line 155
            aload 0 /* this */
            getfield io.vertx.junit5.VertxTestContext.checkpoints:Ljava/util/HashSet;
            aload 2 /* checkpoint */
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
         2: .line 156
            aload 2 /* checkpoint */
            areturn
        end local 2 // io.vertx.junit5.CountingCheckpoint checkpoint
        end local 1 // int requiredNumberOfPasses
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lio/vertx/junit5/VertxTestContext;
            0    3     1  requiredNumberOfPasses  I
            1    3     2              checkpoint  Lio/vertx/junit5/CountingCheckpoint;
    MethodParameters:
                        Name  Flags
      requiredNumberOfPasses  

  public io.vertx.junit5.Checkpoint checkpoint();
    descriptor: ()Lio/vertx/junit5/Checkpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 165
            aload 0 /* this */
            iconst_1
            invokevirtual io.vertx.junit5.VertxTestContext.checkpoint:(I)Lio/vertx/junit5/Checkpoint;
            areturn
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/junit5/VertxTestContext;

  public synchronized io.vertx.junit5.Checkpoint checkpoint(int);
    descriptor: (I)Lio/vertx/junit5/Checkpoint;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // int requiredNumberOfPasses
         0: .line 175
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/junit5/VertxTestContext;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/junit5/VertxTestContext.checkpointSatisfied(Lio/vertx/junit5/Checkpoint;)V (7)
                  (Lio/vertx/junit5/Checkpoint;)V
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/junit5/VertxTestContext;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/junit5/VertxTestContext.failNow(Ljava/lang/Throwable;)V (5)
                  (Ljava/lang/Throwable;)V
            iload 1 /* requiredNumberOfPasses */
            invokestatic io.vertx.junit5.CountingCheckpoint.strictCountingCheckpoint:(Ljava/util/function/Consumer;Ljava/util/function/Consumer;I)Lio/vertx/junit5/CountingCheckpoint;
            astore 2 /* checkpoint */
        start local 2 // io.vertx.junit5.CountingCheckpoint checkpoint
         1: .line 176
            aload 0 /* this */
            getfield io.vertx.junit5.VertxTestContext.checkpoints:Ljava/util/HashSet;
            aload 2 /* checkpoint */
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
         2: .line 177
            aload 2 /* checkpoint */
            areturn
        end local 2 // io.vertx.junit5.CountingCheckpoint checkpoint
        end local 1 // int requiredNumberOfPasses
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lio/vertx/junit5/VertxTestContext;
            0    3     1  requiredNumberOfPasses  I
            1    3     2              checkpoint  Lio/vertx/junit5/CountingCheckpoint;
    MethodParameters:
                        Name  Flags
      requiredNumberOfPasses  

  public <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> succeeding();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 193
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/junit5/VertxTestContext;)Lio/vertx/core/Handler;
              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;)V
                  io/vertx/junit5/VertxTestContext.lambda$5(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            areturn
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/junit5/VertxTestContext;
    Signature: <T:Ljava/lang/Object;>()Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> succeeding(io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // io.vertx.core.Handler nextHandler
         0: .line 208
            aload 1 /* nextHandler */
            ldc "The handler cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 209
            aload 0 /* this */
            aload 1 /* nextHandler */
            invokedynamic handle(Lio/vertx/junit5/VertxTestContext;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              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;)V
                  io/vertx/junit5/VertxTestContext.lambda$6(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            areturn
        end local 1 // io.vertx.core.Handler nextHandler
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/junit5/VertxTestContext;
            0    2     1  nextHandler  Lio/vertx/core/Handler<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<TT;>;)Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    MethodParameters:
             Name  Flags
      nextHandler  

  public <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> failing();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 233
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/junit5/VertxTestContext;)Lio/vertx/core/Handler;
              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;)V
                  io/vertx/junit5/VertxTestContext.lambda$7(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            areturn
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/junit5/VertxTestContext;
    Signature: <T:Ljava/lang/Object;>()Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> failing(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // io.vertx.core.Handler nextHandler
         0: .line 248
            aload 1 /* nextHandler */
            ldc "The handler cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 249
            aload 0 /* this */
            aload 1 /* nextHandler */
            invokedynamic handle(Lio/vertx/junit5/VertxTestContext;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              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;)V
                  io/vertx/junit5/VertxTestContext.lambda$8(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            areturn
        end local 1 // io.vertx.core.Handler nextHandler
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/junit5/VertxTestContext;
            0    2     1  nextHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    MethodParameters:
             Name  Flags
      nextHandler  

  public <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> succeedingThenComplete();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 269
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/junit5/VertxTestContext;)Lio/vertx/core/Handler;
              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;)V
                  io/vertx/junit5/VertxTestContext.lambda$9(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            areturn
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/junit5/VertxTestContext;
    Signature: <T:Ljava/lang/Object;>()Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;

  public <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> completing();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 288
            aload 0 /* this */
            invokevirtual io.vertx.junit5.VertxTestContext.succeedingThenComplete:()Lio/vertx/core/Handler;
            areturn
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/junit5/VertxTestContext;
    Signature: <T:Ljava/lang/Object;>()Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> failingThenComplete();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.junit5.VertxTestContext this
         0: .line 298
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/junit5/VertxTestContext;)Lio/vertx/core/Handler;
              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;)V
                  io/vertx/junit5/VertxTestContext.lambda$10(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            areturn
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/junit5/VertxTestContext;
    Signature: <T:Ljava/lang/Object;>()Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;

  public <T> io.vertx.core.Future<T> assertComplete(io.vertx.core.Future<T>);
    descriptor: (Lio/vertx/core/Future;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // io.vertx.core.Future fut
         0: .line 318
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 2 /* newPromise */
        start local 2 // io.vertx.core.Promise newPromise
         1: .line 319
            aload 1 /* fut */
            aload 0 /* this */
            aload 2 /* newPromise */
            invokedynamic handle(Lio/vertx/junit5/VertxTestContext;Lio/vertx/core/Promise;)Lio/vertx/core/Handler;
              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;)V
                  io/vertx/junit5/VertxTestContext.lambda$11(Lio/vertx/core/Promise;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 328
            aload 2 /* newPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.Promise newPromise
        end local 1 // io.vertx.core.Future fut
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/junit5/VertxTestContext;
            0    3     1         fut  Lio/vertx/core/Future<TT;>;
            1    3     2  newPromise  Lio/vertx/core/Promise<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Future<TT;>;)Lio/vertx/core/Future<TT;>;
    MethodParameters:
      Name  Flags
      fut   

  public <T> io.vertx.core.Future<T> assertFailure(io.vertx.core.Future<T>);
    descriptor: (Lio/vertx/core/Future;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // io.vertx.core.Future fut
         0: .line 340
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 2 /* newPromise */
        start local 2 // io.vertx.core.Promise newPromise
         1: .line 341
            aload 1 /* fut */
            aload 0 /* this */
            aload 2 /* newPromise */
            invokedynamic handle(Lio/vertx/junit5/VertxTestContext;Lio/vertx/core/Promise;)Lio/vertx/core/Handler;
              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;)V
                  io/vertx/junit5/VertxTestContext.lambda$12(Lio/vertx/core/Promise;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 350
            aload 2 /* newPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.Promise newPromise
        end local 1 // io.vertx.core.Future fut
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/junit5/VertxTestContext;
            0    3     1         fut  Lio/vertx/core/Future<TT;>;
            1    3     2  newPromise  Lio/vertx/core/Promise<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Future<TT;>;)Lio/vertx/core/Future<TT;>;
    MethodParameters:
      Name  Flags
      fut   

  public io.vertx.junit5.VertxTestContext verify(io.vertx.junit5.VertxTestContext$ExecutionBlock);
    descriptor: (Lio/vertx/junit5/VertxTestContext$ExecutionBlock;)Lio/vertx/junit5/VertxTestContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // io.vertx.junit5.VertxTestContext$ExecutionBlock block
         0: .line 366
            aload 1 /* block */
            ldc "The block cannot be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 368
            aload 1 /* block */
            invokeinterface io.vertx.junit5.VertxTestContext$ExecutionBlock.apply:()V
         2: .line 369
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2 /* t */
        start local 2 // java.lang.Throwable t
         4: .line 370
            aload 0 /* this */
            aload 2 /* t */
            invokevirtual io.vertx.junit5.VertxTestContext.failNow:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable t
         5: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.junit5.VertxTestContext$ExecutionBlock block
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/junit5/VertxTestContext;
            0    6     1  block  Lio/vertx/junit5/VertxTestContext$ExecutionBlock;
            4    5     2      t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    MethodParameters:
       Name  Flags
      block  

  public boolean awaitCompletion(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 389
            aload 0 /* this */
            invokevirtual io.vertx.junit5.VertxTestContext.failed:()Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.junit5.VertxTestContext.releaseLatch:Ljava/util/concurrent/CountDownLatch;
            lload 1 /* timeout */
            aload 3 /* unit */
            invokevirtual java.util.concurrent.CountDownLatch.await:(JLjava/util/concurrent/TimeUnit;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/junit5/VertxTestContext;
            0    2     1  timeout  J
            0    2     3     unit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.lang.InterruptedException
    MethodParameters:
         Name  Flags
      timeout  
      unit     

  private static boolean lambda$0(io.vertx.junit5.CountingCheckpoint);
    descriptor: (Lio/vertx/junit5/CountingCheckpoint;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.junit5.CountingCheckpoint checkpoint
         0: .line 93
            aload 0 /* checkpoint */
            invokevirtual io.vertx.junit5.CountingCheckpoint.satisfied:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // io.vertx.junit5.CountingCheckpoint checkpoint
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  checkpoint  Lio/vertx/junit5/CountingCheckpoint;

  private void lambda$5(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 194
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifne 2
         1: .line 195
            aload 0 /* this */
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.junit5.VertxTestContext.failNow:(Ljava/lang/Throwable;)V
         2: .line 197
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/junit5/VertxTestContext;
            0    3     1    ar  Lio/vertx/core/AsyncResult<TT;>;

  private void lambda$6(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 210
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 211
            aload 0 /* this */
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.junit5.VertxTestContext.failNow:(Ljava/lang/Throwable;)V
         2: .line 212
            return
         3: .line 215
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 216
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         6: .line 217
            aload 0 /* this */
            aload 3 /* e */
            invokevirtual io.vertx.junit5.VertxTestContext.failNow:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable e
         7: .line 219
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/junit5/VertxTestContext;
            0    8     2    ar  Lio/vertx/core/AsyncResult<TT;>;
            6    7     3     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable

  private void lambda$7(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 234
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 235
            aload 0 /* this */
            new java.lang.AssertionError
            dup
            ldc "The asynchronous result was expected to have failed"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            invokevirtual io.vertx.junit5.VertxTestContext.failNow:(Ljava/lang/Throwable;)V
         2: .line 237
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/junit5/VertxTestContext;
            0    3     1    ar  Lio/vertx/core/AsyncResult<TT;>;

  private void lambda$8(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 250
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 251
            aload 0 /* this */
            new java.lang.AssertionError
            dup
            ldc "The asynchronous result was expected to have failed"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            invokevirtual io.vertx.junit5.VertxTestContext.failNow:(Ljava/lang/Throwable;)V
         2: .line 252
            return
         3: .line 255
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 256
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         6: .line 257
            aload 0 /* this */
            aload 3 /* e */
            invokevirtual io.vertx.junit5.VertxTestContext.failNow:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable e
         7: .line 259
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/junit5/VertxTestContext;
            0    8     2    ar  Lio/vertx/core/AsyncResult<TT;>;
            6    7     3     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable

  private void lambda$9(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 270
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 271
            aload 0 /* this */
            invokevirtual io.vertx.junit5.VertxTestContext.completeNow:()V
         2: .line 272
            goto 4
         3: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.junit5.VertxTestContext.failNow:(Ljava/lang/Throwable;)V
         4: .line 275
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/junit5/VertxTestContext;
            0    5     1    ar  Lio/vertx/core/AsyncResult<TT;>;

  private void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 299
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 300
            aload 0 /* this */
            new java.lang.AssertionError
            dup
            ldc "The asynchronous result was expected to have failed"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            invokevirtual io.vertx.junit5.VertxTestContext.failNow:(Ljava/lang/Throwable;)V
         2: .line 301
            return
         3: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.junit5.VertxTestContext.completeNow:()V
         4: .line 304
            return
        end local 1 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/junit5/VertxTestContext;
            0    5     1    ar  Lio/vertx/core/AsyncResult<TT;>;

  private void lambda$11(io.vertx.core.Promise, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 320
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 321
            aload 1
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         2: .line 322
            goto 6
         3: .line 323
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Future failed with exception: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         4: .line 324
            aload 0 /* this */
            aload 3 /* ex */
            invokevirtual io.vertx.junit5.VertxTestContext.failNow:(Ljava/lang/Throwable;)V
         5: .line 325
            aload 1
            aload 3 /* ex */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable ex
         6: .line 327
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/junit5/VertxTestContext;
            0    7     2    ar  Lio/vertx/core/AsyncResult<TT;>;
            4    6     3    ex  Ljava/lang/Throwable;

  private void lambda$12(io.vertx.core.Promise, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.junit5.VertxTestContext this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 342
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 5
         1: .line 343
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Future completed with value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         2: .line 344
            aload 0 /* this */
            aload 3 /* ex */
            invokevirtual io.vertx.junit5.VertxTestContext.failNow:(Ljava/lang/Throwable;)V
         3: .line 345
            aload 1
            aload 3 /* ex */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable ex
         4: .line 346
            goto 6
         5: .line 347
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
         6: .line 349
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.junit5.VertxTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/junit5/VertxTestContext;
            0    7     2    ar  Lio/vertx/core/AsyncResult<TT;>;
            2    4     3    ex  Ljava/lang/Throwable;
}
SourceFile: "VertxTestContext.java"
NestMembers:
  io.vertx.junit5.VertxTestContext$ExecutionBlock
InnerClasses:
  public abstract ExecutionBlock = io.vertx.junit5.VertxTestContext$ExecutionBlock of io.vertx.junit5.VertxTestContext
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles