class examples.Examples$DTest$SomeTest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: examples.Examples$DTest$SomeTest
  super_class: java.lang.Object
{
  void <init>(examples.Examples$DTest);
    descriptor: (Lexamples/Examples$DTest;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.Examples$DTest$SomeTest this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.assertj cannot be resolved\n\tThe method assertThat(boolean) is undefined for the type Examples.BTest\n\tThe method assertThat(String) is undefined for the type Examples\n\tThe method assertThat(String) is undefined for the type Examples\n\tThe method assertThat(String) is undefined for the type Examples.DTest.SomeTest\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$DTest$SomeTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/Examples$DTest$SomeTest;
    MethodParameters:
        Name  Flags
      this$0  final

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