class examples.Examples$ETest$SomeTest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: examples.Examples$ETest$SomeTest
  super_class: java.lang.Object
{
  final examples.Examples$ETest this$1;
    descriptor: Lexamples/Examples$ETest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(examples.Examples$ETest);
    descriptor: (Lexamples/Examples$ETest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.Examples$ETest$SomeTest this
         0: .line 187
            aload 0 /* this */
            aload 1
            putfield examples.Examples$ETest$SomeTest.this$1:Lexamples/Examples$ETest;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.Examples$ETest$SomeTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/Examples$ETest$SomeTest;
    MethodParameters:
        Name  Flags
      this$0  final

  void deploy_verticle(io.vertx.core.Vertx, io.vertx.junit5.VertxTestContext);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/junit5/VertxTestContext;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // examples.Examples$ETest$SomeTest this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.junit5.VertxTestContext testContext
         0: .line 193
            aload 1 /* vertx */
            new examples.Examples$HttpServerVerticle
            dup
            aload 0 /* this */
            getfield examples.Examples$ETest$SomeTest.this$1:Lexamples/Examples$ETest;
            invokestatic examples.Examples$ETest.access$0:(Lexamples/Examples$ETest;)Lexamples/Examples;
            invokespecial examples.Examples$HttpServerVerticle.<init>:(Lexamples/Examples;)V
            aload 2 /* testContext */
            invokevirtual io.vertx.junit5.VertxTestContext.succeedingThenComplete:()Lio/vertx/core/Handler;
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Lio/vertx/core/Verticle;Lio/vertx/core/Handler;)V
         1: .line 194
            return
        end local 2 // io.vertx.junit5.VertxTestContext testContext
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.Examples$ETest$SomeTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lexamples/Examples$ETest$SomeTest;
            0    2     1        vertx  Lio/vertx/core/Vertx;
            0    2     2  testContext  Lio/vertx/junit5/VertxTestContext;
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.BeforeEach()
    MethodParameters:
             Name  Flags
      vertx        
      testContext  

  void http_server_check_response(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$ETest$SomeTest this
         0: .line 203
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method assertThat(String) is undefined for the type Examples.ETest.SomeTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.Examples$ETest$SomeTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/Examples$ETest$SomeTest;
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.RepeatedTest(value = 3)
    MethodParameters:
             Name  Flags
      vertx        
      testContext  
}
SourceFile: "Examples.java"
NestHost: examples.Examples
InnerClasses:
  ETest = examples.Examples$ETest of examples.Examples
  SomeTest = examples.Examples$ETest$SomeTest of examples.Examples$ETest
  HttpServerVerticle = examples.Examples$HttpServerVerticle of examples.Examples
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.extension.ExtendWith(value = {Lio/vertx/junit5/VertxExtension;})