public class org.bouncycastle.util.io.pem.AllTests
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.util.io.pem.AllTests
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.util.io.pem.AllTests this
         0: .line 10
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import junit cannot be resolved\n\tThe import junit cannot be resolved\n\tThe import junit cannot be resolved\n\tTestCase cannot be resolved to a type\n\tThe method assertEquals(int, int) is undefined for the type AllTests\n\tjunit cannot be resolved\n\tThe method suite() from the type AllTests refers to the missing type Test\n\tTest cannot be resolved to a type\n\tTestSuite 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
        end local 0 // org.bouncycastle.util.io.pem.AllTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/util/io/pem/AllTests;

  public void testPemLength();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.util.io.pem.AllTests this
         0: .line 17
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.bouncycastle.util.io.pem.AllTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/util/io/pem/AllTests;
    Exceptions:
      throws java.io.IOException

  private void lengthTest(java.lang.String, java.util.List, byte[]);
    descriptor: (Ljava/lang/String;Ljava/util/List;[B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.bouncycastle.util.io.pem.AllTests this
         0: .line 54
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method assertEquals(int, int) is undefined for the type AllTests\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.bouncycastle.util.io.pem.AllTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/util/io/pem/AllTests;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      type     
      headers  
      data     

  public static void main(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tjunit cannot be resolved\n\tThe method suite() from the type AllTests refers to the missing type Test\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      args  

  public static Test suite();
    descriptor: ()LTest;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 62
            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\tTestSuite cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AllTests.java"