public class io.vertx.ext.unit.impl.TestCommandFactory extends io.vertx.core.spi.launcher.DefaultCommandFactory<io.vertx.ext.unit.impl.TestCommand>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.unit.impl.TestCommandFactory
  super_class: io.vertx.core.spi.launcher.DefaultCommandFactory
{
  public io.vertx.core.cli.CLI define();
    descriptor: ()Lio/vertx/core/cli/CLI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestCommandFactory this
         0: .line 13
            aload 0 /* this */
            invokespecial io.vertx.core.spi.launcher.DefaultCommandFactory.define:()Lio/vertx/core/cli/CLI;
            astore 1 /* cli */
        start local 1 // io.vertx.core.cli.CLI cli
         1: .line 14
            aload 1 /* cli */
            iconst_0
            invokeinterface io.vertx.core.cli.CLI.getArgument:(I)Lio/vertx/core/cli/Argument;
            ldc "test-verticle"
            invokevirtual io.vertx.core.cli.Argument.setArgName:(Ljava/lang/String;)Lio/vertx/core/cli/Argument;
            pop
         2: .line 15
            aload 1 /* cli */
            areturn
        end local 1 // io.vertx.core.cli.CLI cli
        end local 0 // io.vertx.ext.unit.impl.TestCommandFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/unit/impl/TestCommandFactory;
            1    3     1   cli  Lio/vertx/core/cli/CLI;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestCommandFactory this
         0: .line 19
            aload 0 /* this */
            ldc Lio/vertx/ext/unit/impl/TestCommand;
            invokespecial io.vertx.core.spi.launcher.DefaultCommandFactory.<init>:(Ljava/lang/Class;)V
         1: .line 20
            return
        end local 0 // io.vertx.ext.unit.impl.TestCommandFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/unit/impl/TestCommandFactory;
}
Signature: Lio/vertx/core/spi/launcher/DefaultCommandFactory<Lio/vertx/ext/unit/impl/TestCommand;>;
SourceFile: "TestCommandFactory.java"