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

  void prepare(io.vertx.reactivex.core.Vertx, io.vertx.junit5.VertxTestContext);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/junit5/VertxTestContext;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // examples.RxJava2Test this
        start local 1 // io.vertx.reactivex.core.Vertx vertx
        start local 2 // io.vertx.junit5.VertxTestContext testContext
         0: .line 42
            aload 1 /* vertx */
            new examples.RxJava2Test$ServerVerticle
            dup
            aload 0 /* this */
            invokespecial examples.RxJava2Test$ServerVerticle.<init>:(Lexamples/RxJava2Test;)V
            invokestatic io.vertx.reactivex.core.RxHelper.deployVerticle:(Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/Verticle;)Lio/reactivex/Single;
         1: .line 43
            aload 2 /* testContext */
            invokedynamic accept(Lio/vertx/junit5/VertxTestContext;)Lio/reactivex/functions/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
                  examples/RxJava2Test.lambda$0(Lio/vertx/junit5/VertxTestContext;Ljava/lang/String;)V (6)
                  (Ljava/lang/String;)V
            aload 2 /* testContext */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lio/vertx/junit5/VertxTestContext;)Lio/reactivex/functions/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
            invokevirtual io.reactivex.Single.subscribe:(Lio/reactivex/functions/Consumer;Lio/reactivex/functions/Consumer;)Lio/reactivex/disposables/Disposable;
            pop
         2: .line 44
            return
        end local 2 // io.vertx.junit5.VertxTestContext testContext
        end local 1 // io.vertx.reactivex.core.Vertx vertx
        end local 0 // examples.RxJava2Test this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lexamples/RxJava2Test;
            0    3     1        vertx  Lio/vertx/reactivex/core/Vertx;
            0    3     2  testContext  Lio/vertx/junit5/VertxTestContext;
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.BeforeEach()
    MethodParameters:
             Name  Flags
      vertx        
      testContext  

  void server_test(io.vertx.reactivex.core.Vertx, io.vertx.junit5.VertxTestContext);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/junit5/VertxTestContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // examples.RxJava2Test this
         0: .line 61
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method assertThat(String) is undefined for the type RxJava2Test\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.RxJava2Test this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/RxJava2Test;
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.Test()
      org.junit.jupiter.api.DisplayName(value = "\uD83D\uDE80 Start a server and perform requests")
    MethodParameters:
             Name  Flags
      vertx        
      testContext  

  private static void lambda$0(io.vertx.junit5.VertxTestContext, java.lang.String);
    descriptor: (Lio/vertx/junit5/VertxTestContext;Ljava/lang/String;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.String id
         0: .line 43
            aload 0
            invokevirtual io.vertx.junit5.VertxTestContext.completeNow:()V
            return
        end local 1 // java.lang.String id
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1    id  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "RxJava2Test.java"
NestMembers:
  examples.RxJava2Test$ServerVerticle
InnerClasses:
  ServerVerticle = examples.RxJava2Test$ServerVerticle of examples.RxJava2Test
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.DisplayName(value = "\uD83D\uDC40 A RxJava 2 + Vert.x test")
      org.junit.jupiter.api.extension.ExtendWith(value = {Lio/vertx/junit5/VertxExtension;})