public class io.vertx.ext.unit.impl.TestCommand extends io.vertx.core.impl.launcher.commands.RunCommand
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.unit.impl.TestCommand
  super_class: io.vertx.core.impl.launcher.commands.RunCommand
{
  private final java.util.concurrent.CompletableFuture<java.lang.String> deployedFuture;
    descriptor: Ljava/util/concurrent/CompletableFuture;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/CompletableFuture<Ljava/lang/String;>;

  private java.lang.String test;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private boolean report;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private long timeout;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestCommand this
         0: .line 42
            aload 0 /* this */
            invokespecial io.vertx.core.impl.launcher.commands.RunCommand.<init>:()V
         1: .line 44
            aload 0 /* this */
            new java.util.concurrent.CompletableFuture
            dup
            invokespecial java.util.concurrent.CompletableFuture.<init>:()V
            putfield io.vertx.ext.unit.impl.TestCommand.deployedFuture:Ljava/util/concurrent/CompletableFuture;
         2: .line 42
            return
        end local 0 // io.vertx.ext.unit.impl.TestCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/unit/impl/TestCommand;

  public void setTest(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.impl.TestCommand this
        start local 1 // java.lang.String test
         0: .line 52
            aload 0 /* this */
            aload 1 /* test */
            putfield io.vertx.ext.unit.impl.TestCommand.test:Ljava/lang/String;
         1: .line 53
            return
        end local 1 // java.lang.String test
        end local 0 // io.vertx.ext.unit.impl.TestCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/unit/impl/TestCommand;
            0    2     1  test  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      io.vertx.core.cli.annotations.Option(longName = "test", argName = "test")
      io.vertx.core.cli.annotations.Description(value = "Select one or several tests to run")
    MethodParameters:
      Name  Flags
      test  

  public void setReport(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.impl.TestCommand this
        start local 1 // boolean report
         0: .line 59
            aload 0 /* this */
            iload 1 /* report */
            putfield io.vertx.ext.unit.impl.TestCommand.report:Z
         1: .line 60
            return
        end local 1 // boolean report
        end local 0 // io.vertx.ext.unit.impl.TestCommand this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/unit/impl/TestCommand;
            0    2     1  report  Z
    RuntimeVisibleAnnotations: 
      io.vertx.core.cli.annotations.Option(longName = "report", argName = "report")
      io.vertx.core.cli.annotations.Description(value = "Report the execution to a file in JUnit XML format")
    MethodParameters:
        Name  Flags
      report  

  public void setTimeout(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.unit.impl.TestCommand this
        start local 1 // long timeout
         0: .line 65
            aload 0 /* this */
            lload 1 /* timeout */
            putfield io.vertx.ext.unit.impl.TestCommand.timeout:J
         1: .line 66
            return
        end local 1 // long timeout
        end local 0 // io.vertx.ext.unit.impl.TestCommand this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/unit/impl/TestCommand;
            0    2     1  timeout  J
    RuntimeVisibleAnnotations: 
      io.vertx.core.cli.annotations.Option(longName = "timeout", argName = "timeout")
      io.vertx.core.cli.annotations.Description(value = "Set the test suite timeout in millis")
    MethodParameters:
         Name  Flags
      timeout  

  protected void deploy();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestCommand this
         0: .line 72
            new java.util.concurrent.ConcurrentLinkedDeque
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedDeque.<init>:()V
            astore 1 /* completions */
        start local 1 // java.util.concurrent.ConcurrentLinkedDeque completions
         1: .line 73
            aload 0 /* this */
            aload 1 /* completions */
            invokedynamic handle(Lio/vertx/ext/unit/impl/TestCommand;Ljava/util/concurrent/ConcurrentLinkedDeque;)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/ext/unit/impl/TestCommand.lambda$0(Ljava/util/concurrent/ConcurrentLinkedDeque;Lio/vertx/ext/unit/impl/TestSuiteRunner;)V (7)
                  (Lio/vertx/ext/unit/impl/TestSuiteRunner;)V
            invokestatic io.vertx.ext.unit.impl.TestSuiteImpl.setDefaultRunner:(Lio/vertx/core/Handler;)V
         2: .line 113
            aload 0 /* this */
            invokespecial io.vertx.core.impl.launcher.commands.RunCommand.deploy:()V
         3: .line 117
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestCommand.deployedFuture:Ljava/util/concurrent/CompletableFuture;
            invokevirtual java.util.concurrent.CompletableFuture.get:()Ljava/lang/Object;
            pop
         4: .line 118
            goto 13
      StackMap locals: io.vertx.ext.unit.impl.TestCommand java.util.concurrent.ConcurrentLinkedDeque
      StackMap stack: java.lang.InterruptedException
         5: pop
         6: .line 119
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
         7: .line 120
            iconst_1
            invokestatic java.lang.System.exit:(I)V
         8: .line 121
            return
         9: .line 122
      StackMap locals:
      StackMap stack: java.util.concurrent.ExecutionException
            astore 2 /* e */
        start local 2 // java.util.concurrent.ExecutionException e
        10: .line 123
            aload 2 /* e */
            invokevirtual java.util.concurrent.ExecutionException.getCause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.printStackTrace:()V
        11: .line 124
            iconst_1
            invokestatic java.lang.System.exit:(I)V
        12: .line 125
            return
        end local 2 // java.util.concurrent.ExecutionException e
        13: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* completions */
            invokevirtual java.util.concurrent.ConcurrentLinkedDeque.size:()I
            istore 3 /* remainingCompletions */
        start local 3 // int remainingCompletions
        14: .line 131
            goto 18
        start local 2 // io.vertx.ext.unit.impl.TestCompletionImpl completion
        15: .line 132
      StackMap locals: io.vertx.ext.unit.impl.TestCompletionImpl int
      StackMap stack:
            aload 2 /* completion */
            invokevirtual io.vertx.ext.unit.impl.TestCompletionImpl.await:()V
        16: .line 133
            aload 2 /* completion */
            invokevirtual io.vertx.ext.unit.impl.TestCompletionImpl.isSucceeded:()Z
            ifeq 18
        17: .line 134
            iinc 3 /* remainingCompletions */ -1
        end local 2 // io.vertx.ext.unit.impl.TestCompletionImpl completion
        18: .line 131
      StackMap locals: io.vertx.ext.unit.impl.TestCommand java.util.concurrent.ConcurrentLinkedDeque top int
      StackMap stack:
            aload 1 /* completions */
            invokevirtual java.util.concurrent.ConcurrentLinkedDeque.poll:()Ljava/lang/Object;
            checkcast io.vertx.ext.unit.impl.TestCompletionImpl
            dup
            astore 2 /* completion */
        start local 2 // io.vertx.ext.unit.impl.TestCompletionImpl completion
        19: ifnonnull 15
        20: .line 137
            iload 3 /* remainingCompletions */
            invokestatic java.lang.System.exit:(I)V
        21: .line 138
            return
        end local 3 // int remainingCompletions
        end local 2 // io.vertx.ext.unit.impl.TestCompletionImpl completion
        end local 1 // java.util.concurrent.ConcurrentLinkedDeque completions
        end local 0 // io.vertx.ext.unit.impl.TestCommand this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   22     0                  this  Lio/vertx/ext/unit/impl/TestCommand;
            1   22     1           completions  Ljava/util/concurrent/ConcurrentLinkedDeque<Lio/vertx/ext/unit/impl/TestCompletionImpl;>;
           10   13     2                     e  Ljava/util/concurrent/ExecutionException;
           15   18     2            completion  Lio/vertx/ext/unit/impl/TestCompletionImpl;
           19   22     2            completion  Lio/vertx/ext/unit/impl/TestCompletionImpl;
           14   22     3  remainingCompletions  I
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.InterruptedException
           3     4       9  Class java.util.concurrent.ExecutionException

  public synchronized void deploy(java.lang.String, io.vertx.core.Vertx, io.vertx.core.DeploymentOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.ext.unit.impl.TestCommand this
        start local 1 // java.lang.String verticle
        start local 2 // io.vertx.core.Vertx vertx
        start local 3 // io.vertx.core.DeploymentOptions options
        start local 4 // io.vertx.core.Handler completionHandler
         0: .line 142
            aload 0 /* this */
            aload 1 /* verticle */
            aload 2 /* vertx */
            aload 3 /* options */
            aload 0 /* this */
            aload 4 /* completionHandler */
            invokedynamic handle(Lio/vertx/ext/unit/impl/TestCommand;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/ext/unit/impl/TestCommand.lambda$1(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokespecial io.vertx.core.impl.launcher.commands.RunCommand.deploy:(Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
         1: .line 152
            return
        end local 4 // io.vertx.core.Handler completionHandler
        end local 3 // io.vertx.core.DeploymentOptions options
        end local 2 // io.vertx.core.Vertx vertx
        end local 1 // java.lang.String verticle
        end local 0 // io.vertx.ext.unit.impl.TestCommand this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/ext/unit/impl/TestCommand;
            0    2     1           verticle  Ljava/lang/String;
            0    2     2              vertx  Lio/vertx/core/Vertx;
            0    2     3            options  Lio/vertx/core/DeploymentOptions;
            0    2     4  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Vertx;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)V
    MethodParameters:
                   Name  Flags
      verticle           
      vertx              
      options            
      completionHandler  

  private void lambda$0(java.util.concurrent.ConcurrentLinkedDeque, io.vertx.ext.unit.impl.TestSuiteRunner);
    descriptor: (Ljava/util/concurrent/ConcurrentLinkedDeque;Lio/vertx/ext/unit/impl/TestSuiteRunner;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // io.vertx.ext.unit.impl.TestCommand this
        start local 2 // io.vertx.ext.unit.impl.TestSuiteRunner runner
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestCommand.test:Ljava/lang/String;
            ifnull 18
         1: .line 77
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 3 /* sb */
        start local 3 // java.lang.StringBuilder sb
         2: .line 78
            iconst_0
            istore 4 /* prev */
        start local 4 // int prev
         3: .line 80
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestCommand.test:Ljava/lang/String;
            bipush 42
            iload 4 /* prev */
            invokevirtual java.lang.String.indexOf:(II)I
            istore 5 /* pos */
        start local 5 // int pos
         4: .line 81
            iload 5 /* pos */
            iconst_m1
            if_icmpne 6
         5: .line 82
            goto 10
         6: .line 84
      StackMap locals: int
      StackMap stack:
            aload 3 /* sb */
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestCommand.test:Ljava/lang/String;
            iload 4 /* prev */
            iload 5 /* pos */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.util.regex.Pattern.quote:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 85
            aload 3 /* sb */
            ldc ".*"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 86
            iload 5 /* pos */
            iconst_1
            iadd
            istore 4 /* prev */
        end local 5 // int pos
         9: .line 79
            goto 3
        10: .line 88
      StackMap locals:
      StackMap stack:
            aload 3 /* sb */
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestCommand.test:Ljava/lang/String;
            iload 4 /* prev */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokestatic java.util.regex.Pattern.quote:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 89
            aload 3 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            astore 5 /* p */
        start local 5 // java.util.regex.Pattern p
        12: .line 90
            aload 2 /* runner */
            invokevirtual io.vertx.ext.unit.impl.TestSuiteRunner.getTests:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6 /* i */
        start local 6 // java.util.Iterator i
        13: goto 17
        14: .line 91
      StackMap locals: java.util.regex.Pattern java.util.Iterator
      StackMap stack:
            aload 6 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.unit.impl.TestCaseImpl
            astore 7 /* test */
        start local 7 // io.vertx.ext.unit.impl.TestCaseImpl test
        15: .line 92
            aload 5 /* p */
            aload 7 /* test */
            getfield io.vertx.ext.unit.impl.TestCaseImpl.name:Ljava/lang/String;
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            invokevirtual java.util.regex.Matcher.matches:()Z
            ifne 17
        16: .line 93
            aload 6 /* i */
            invokeinterface java.util.Iterator.remove:()V
        end local 7 // io.vertx.ext.unit.impl.TestCaseImpl test
        17: .line 90
      StackMap locals:
      StackMap stack:
            aload 6 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        end local 6 // java.util.Iterator i
        end local 5 // java.util.regex.Pattern p
        end local 4 // int prev
        end local 3 // java.lang.StringBuilder sb
        18: .line 97
      StackMap locals: io.vertx.ext.unit.impl.TestCommand java.util.concurrent.ConcurrentLinkedDeque io.vertx.ext.unit.impl.TestSuiteRunner
      StackMap stack:
            aload 2 /* runner */
            invokevirtual io.vertx.ext.unit.impl.TestSuiteRunner.getReporter:()Lio/vertx/core/Handler;
            checkcast io.vertx.ext.unit.impl.TestCompletionImpl
            astore 3 /* reporter */
        start local 3 // io.vertx.ext.unit.impl.TestCompletionImpl reporter
        19: .line 98
            new io.vertx.ext.unit.report.impl.DefaultReporterFactory
            dup
            invokespecial io.vertx.ext.unit.report.impl.DefaultReporterFactory.<init>:()V
            astore 4 /* f */
        start local 4 // io.vertx.ext.unit.report.ReporterFactory f
        20: .line 99
            aload 3 /* reporter */
            aload 4 /* f */
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestCommand.vertx:Lio/vertx/core/Vertx;
            new io.vertx.ext.unit.report.ReportOptions
            dup
            invokespecial io.vertx.ext.unit.report.ReportOptions.<init>:()V
            ldc "console"
            invokevirtual io.vertx.ext.unit.report.ReportOptions.setTo:(Ljava/lang/String;)Lio/vertx/ext/unit/report/ReportOptions;
            invokeinterface io.vertx.ext.unit.report.ReporterFactory.reporter:(Lio/vertx/core/Vertx;Lio/vertx/ext/unit/report/ReportOptions;)Lio/vertx/ext/unit/report/Reporter;
            invokevirtual io.vertx.ext.unit.impl.TestCompletionImpl.addReporter:(Lio/vertx/ext/unit/report/Reporter;)V
        21: .line 100
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestCommand.report:Z
            ifeq 23
        22: .line 101
            aload 3 /* reporter */
            aload 4 /* f */
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestCommand.vertx:Lio/vertx/core/Vertx;
            new io.vertx.ext.unit.report.ReportOptions
            dup
            invokespecial io.vertx.ext.unit.report.ReportOptions.<init>:()V
            ldc "file:."
            invokevirtual io.vertx.ext.unit.report.ReportOptions.setTo:(Ljava/lang/String;)Lio/vertx/ext/unit/report/ReportOptions;
            ldc "junit"
            invokevirtual io.vertx.ext.unit.report.ReportOptions.setFormat:(Ljava/lang/String;)Lio/vertx/ext/unit/report/ReportOptions;
            invokeinterface io.vertx.ext.unit.report.ReporterFactory.reporter:(Lio/vertx/core/Vertx;Lio/vertx/ext/unit/report/ReportOptions;)Lio/vertx/ext/unit/report/Reporter;
            invokevirtual io.vertx.ext.unit.impl.TestCompletionImpl.addReporter:(Lio/vertx/ext/unit/report/Reporter;)V
        23: .line 103
      StackMap locals: io.vertx.ext.unit.impl.TestCompletionImpl io.vertx.ext.unit.report.ReporterFactory
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestCommand.timeout:J
            lconst_0
            lcmp
            ifle 25
        24: .line 104
            aload 2 /* runner */
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestCommand.timeout:J
            invokevirtual io.vertx.ext.unit.impl.TestSuiteRunner.setTimeout:(J)Lio/vertx/ext/unit/impl/TestSuiteRunner;
            pop
        25: .line 106
      StackMap locals:
      StackMap stack:
            aload 1
            aload 3 /* reporter */
            invokevirtual java.util.concurrent.ConcurrentLinkedDeque.add:(Ljava/lang/Object;)Z
            pop
        26: .line 109
            aload 2 /* runner */
            invokevirtual io.vertx.ext.unit.impl.TestSuiteRunner.run:()V
        end local 4 // io.vertx.ext.unit.report.ReporterFactory f
        end local 3 // io.vertx.ext.unit.impl.TestCompletionImpl reporter
        27: .line 110
            return
        end local 2 // io.vertx.ext.unit.impl.TestSuiteRunner runner
        end local 0 // io.vertx.ext.unit.impl.TestCommand this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   28     0      this  Lio/vertx/ext/unit/impl/TestCommand;
            0   28     2    runner  Lio/vertx/ext/unit/impl/TestSuiteRunner;
            2   18     3        sb  Ljava/lang/StringBuilder;
            3   18     4      prev  I
            4    9     5       pos  I
           12   18     5         p  Ljava/util/regex/Pattern;
           13   18     6         i  Ljava/util/Iterator<Lio/vertx/ext/unit/impl/TestCaseImpl;>;
           15   17     7      test  Lio/vertx/ext/unit/impl/TestCaseImpl;
           19   27     3  reporter  Lio/vertx/ext/unit/impl/TestCompletionImpl;
           20   27     4         f  Lio/vertx/ext/unit/report/ReporterFactory;

  private void lambda$1(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=3, args_size=3
        start local 0 // io.vertx.ext.unit.impl.TestCommand this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 143
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 144
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestCommand.deployedFuture:Ljava/util/concurrent/CompletableFuture;
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.util.concurrent.CompletableFuture.complete:(Ljava/lang/Object;)Z
            pop
         2: .line 145
            goto 4
         3: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestCommand.deployedFuture:Ljava/util/concurrent/CompletableFuture;
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual java.util.concurrent.CompletableFuture.completeExceptionally:(Ljava/lang/Throwable;)Z
            pop
         4: .line 148
      StackMap locals:
      StackMap stack:
            aload 1
            ifnull 6
         5: .line 149
            aload 1
            aload 2 /* ar */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 151
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.ext.unit.impl.TestCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/ext/unit/impl/TestCommand;
            0    7     2    ar  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;
}
SourceFile: "TestCommand.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.core.cli.annotations.Name(value = "test")
      io.vertx.core.cli.annotations.Summary(value = "Runs a Vert.x Unit test called <test-verticle> in its own instance of vert.x.")
      io.vertx.core.cli.annotations.Description(value = "Execute Vert.x Unit tests in its own instance of Vert.x. The Verticle must run a Vert.x Unit test suite, for instance:\n\n  var TestSuite = require('vertx-unit-js/test_suite');\n  var suite = TestSuite.create('my-suite');\n  ...\n  suite.run()\n\n> vertx test suite.js\n\nThe test command blocks until the suite is fully executed and then exit the JVM with the appropriate code: 0 for success, 1 for failure.\n\nThe test suite execution is also logged directly on the console.\n")