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

  void startPlopServer(io.vertx.core.Vertx, io.vertx.junit5.VertxTestContext);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/junit5/VertxTestContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // examples.Examples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.junit5.VertxTestContext testContext
         0: .line 100
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.createHttpServer:()Lio/vertx/core/http/HttpServer;
         1: .line 101
            invokedynamic handle()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
                  examples/Examples.lambda$0(Lio/vertx/core/http/HttpServerRequest;)V (6)
                  (Lio/vertx/core/http/HttpServerRequest;)V
            invokeinterface io.vertx.core.http.HttpServer.requestHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
         2: .line 102
            sipush 8080
            aload 2 /* testContext */
            invokevirtual io.vertx.junit5.VertxTestContext.succeedingThenComplete:()Lio/vertx/core/Handler;
            invokeinterface io.vertx.core.http.HttpServer.listen:(ILio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
            pop
         3: .line 103
            return
        end local 2 // io.vertx.junit5.VertxTestContext testContext
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lexamples/Examples;
            0    4     1        vertx  Lio/vertx/core/Vertx;
            0    4     2  testContext  Lio/vertx/junit5/VertxTestContext;
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.BeforeEach()
    MethodParameters:
             Name  Flags
      vertx        
      testContext  

  public void usingVerify(io.vertx.core.Vertx, io.vertx.junit5.VertxTestContext);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/junit5/VertxTestContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // examples.Examples this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method assertThat(String) is undefined for the type Examples\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/Examples;
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.Test()
    MethodParameters:
             Name  Flags
      vertx        
      testContext  

  public void checkpointing(io.vertx.core.Vertx, io.vertx.junit5.VertxTestContext);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/junit5/VertxTestContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // examples.Examples this
         0: .line 136
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method assertThat(String) is undefined for the type Examples\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/Examples;
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.Test()
    MethodParameters:
             Name  Flags
      vertx        
      testContext  

  private static void lambda$0(io.vertx.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpServerRequest request
         0: .line 101
            aload 0 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.response:()Lio/vertx/core/http/HttpServerResponse;
            ldc "Plop"
            invokeinterface io.vertx.core.http.HttpServerResponse.end:(Ljava/lang/String;)Lio/vertx/core/Future;
            return
        end local 0 // io.vertx.core.http.HttpServerRequest request
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  request  Lio/vertx/core/http/HttpServerRequest;
}
SourceFile: "Examples.java"
NestMembers:
  examples.Examples$ATest  examples.Examples$ATestNested  examples.Examples$BTest  examples.Examples$BTestNested  examples.Examples$CTest  examples.Examples$CTest$SomeTest  examples.Examples$DTest  examples.Examples$DTest$SomeTest  examples.Examples$DTestNested  examples.Examples$DTestNested$SomeTestNested  examples.Examples$ETest  examples.Examples$ETest$SomeTest  examples.Examples$ETestNested  examples.Examples$ETestNested$SomeTestNested  examples.Examples$FTest  examples.Examples$FTest$SomeTest  examples.Examples$HttpServerVerticle  examples.Examples$PTest  examples.Examples$PTest$SomeTest
InnerClasses:
  ATest = examples.Examples$ATest of examples.Examples
  ATestNested = examples.Examples$ATestNested of examples.Examples
  BTest = examples.Examples$BTest of examples.Examples
  BTestNested = examples.Examples$BTestNested of examples.Examples
  CTest = examples.Examples$CTest of examples.Examples
  DTest = examples.Examples$DTest of examples.Examples
  DTestNested = examples.Examples$DTestNested of examples.Examples
  ETest = examples.Examples$ETest of examples.Examples
  ETestNested = examples.Examples$ETestNested of examples.Examples
  FTest = examples.Examples$FTest of examples.Examples
  HttpServerVerticle = examples.Examples$HttpServerVerticle of examples.Examples
  PTest = examples.Examples$PTest of examples.Examples
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.extension.ExtendWith(value = {Lio/vertx/junit5/VertxExtension;})