class examples.Examples$BTest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: examples.Examples$BTest
  super_class: java.lang.Object
{
  io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0000) 

  final examples.Examples this$0;
    descriptor: Lexamples/Examples;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(examples.Examples);
    descriptor: (Lexamples/Examples;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.Examples$BTest this
         0: .line 71
            aload 0 /* this */
            aload 1
            putfield examples.Examples$BTest.this$0:Lexamples/Examples;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            invokestatic io.vertx.core.Vertx.vertx:()Lio/vertx/core/Vertx;
            putfield examples.Examples$BTest.vertx:Lio/vertx/core/Vertx;
         2: .line 71
            return
        end local 0 // examples.Examples$BTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lexamples/Examples$BTest;
    MethodParameters:
        Name  Flags
      this$0  final

  void start_http_server();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.Examples$BTest this
         0: .line 83
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method assertThat(boolean) is undefined for the type Examples.BTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.Examples$BTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/Examples$BTest;
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.Test()
}
SourceFile: "Examples.java"
NestHost: examples.Examples
InnerClasses:
  BTest = examples.Examples$BTest of examples.Examples
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.extension.ExtendWith(value = {Lio/vertx/junit5/VertxExtension;})