public class org.graalvm.util.test.OptionsEncoderTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.util.test.OptionsEncoderTest
  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 // org.graalvm.util.test.OptionsEncoderTest this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.util.test.OptionsEncoderTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/util/test/OptionsEncoderTest;

  public void testSmallString();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.util.test.OptionsEncoderTest this
         0: .line 38
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertEquals(Map<String,Object>, Map<String,Object>) is undefined for the type OptionsEncoderTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.util.test.OptionsEncoderTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/util/test/OptionsEncoderTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testLargeString();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.util.test.OptionsEncoderTest this
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertEquals(Map<String,Object>, Map<String,Object>) is undefined for the type OptionsEncoderTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.util.test.OptionsEncoderTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/util/test/OptionsEncoderTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testEnum();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.util.test.OptionsEncoderTest this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertEquals(Collections.singletonMap(\"key\", ElementType.TYPE.name()), Map<String,Object>) is undefined for the type OptionsEncoderTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.util.test.OptionsEncoderTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/util/test/OptionsEncoderTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "OptionsEncoderTest.java"