class examples.Examples$PTest$SomeTest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: examples.Examples$PTest$SomeTest
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // examples.Examples$PTest$SomeTest this
         0: .line 233
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.Examples$PTest$SomeTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/Examples$PTest$SomeTest;

  static java.util.stream.Stream<org.junit.jupiter.params.provider.Arguments> testData();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 236
            iconst_2
            anewarray org.junit.jupiter.params.provider.Arguments
            dup
            iconst_0
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 237
            ldc "complex object1"
            aastore
            dup
            iconst_1
            iconst_4
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic org.junit.jupiter.params.provider.Arguments.of:([Ljava/lang/Object;)Lorg/junit/jupiter/params/provider/Arguments;
            aastore
            dup
            iconst_1
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 238
            ldc "complex object2"
            aastore
            dup
            iconst_1
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic org.junit.jupiter.params.provider.Arguments.of:([Ljava/lang/Object;)Lorg/junit/jupiter/params/provider/Arguments;
            aastore
         3: .line 236
            invokestatic java.util.stream.Stream.of:([Ljava/lang/Object;)Ljava/util/stream/Stream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/stream/Stream<Lorg/junit/jupiter/params/provider/Arguments;>;

  void test2(java.lang.String, int, io.vertx.core.Vertx, io.vertx.junit5.VertxTestContext);
    descriptor: (Ljava/lang/String;ILio/vertx/core/Vertx;Lio/vertx/junit5/VertxTestContext;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // examples.Examples$PTest$SomeTest this
        start local 1 // java.lang.String obj
        start local 2 // int count
        start local 3 // io.vertx.core.Vertx vertx
        start local 4 // io.vertx.junit5.VertxTestContext testContext
         0: .line 246
            aload 4 /* testContext */
            invokevirtual io.vertx.junit5.VertxTestContext.completeNow:()V
         1: .line 247
            return
        end local 4 // io.vertx.junit5.VertxTestContext testContext
        end local 3 // io.vertx.core.Vertx vertx
        end local 2 // int count
        end local 1 // java.lang.String obj
        end local 0 // examples.Examples$PTest$SomeTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lexamples/Examples$PTest$SomeTest;
            0    2     1          obj  Ljava/lang/String;
            0    2     2        count  I
            0    2     3        vertx  Lio/vertx/core/Vertx;
            0    2     4  testContext  Lio/vertx/junit5/VertxTestContext;
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.params.ParameterizedTest()
      org.junit.jupiter.params.provider.MethodSource(value = {"testData"})
    MethodParameters:
             Name  Flags
      obj          
      count        
      vertx        
      testContext  
}
SourceFile: "Examples.java"
NestHost: examples.Examples
InnerClasses:
  PTest = examples.Examples$PTest of examples.Examples
  SomeTest = examples.Examples$PTest$SomeTest of examples.Examples$PTest
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.extension.ExtendWith(value = {Lio/vertx/junit5/VertxExtension;})