public class org.hsqldb.test.TestQuotes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.test.TestQuotes
  super_class: java.lang.Object
{
  private static final java.lang.String CREATETABLE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "create table if not exists quotetest (test varchar(100))"

  private static final java.lang.String DELETE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "delete from quotetest"

  private static final java.lang.String TESTSTRING;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "insert into quotetest (test) values (?)"

  private static final java.lang.String NOQUOTES;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "the house of the dog of kevin"

  private static final java.lang.String QUOTES;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "kevin's dog's house"

  private static final java.lang.String RESULT;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "select * from quotetest"

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.test.TestQuotes this
         0: .line 41
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import junit.framework cannot be resolved\n\tThe import junit.framework cannot be resolved\n\tThe import junit.framework cannot be resolved\n\tTestCase cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTestSuite cannot be resolved to a type\n\tThe method assertTrue(String, boolean) is undefined for the type TestQuotes\n\tThe method assertTrue(String, boolean) is undefined for the type TestQuotes\n\tThe method fail(String) is undefined for the type TestQuotes\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestQuotes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestQuotes;
    MethodParameters:
          Name  Flags
      testName  

  public static Test suite();
    descriptor: ()LTest;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 69
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tTestSuite cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void testSetString();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestQuotes this
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method assertTrue(String, boolean) is undefined for the type TestQuotes\n\tThe method assertTrue(String, boolean) is undefined for the type TestQuotes\n\tThe method fail(String) is undefined for the type TestQuotes\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestQuotes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestQuotes;
}
SourceFile: "TestQuotes.java"