interface org.graalvm.compiler.jtt.optimize.TrichotomyTest$TestCase extends java.lang.annotation.Annotation
minor version: 0
major version: 59
flags: flags: (0x2600) ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
this_class: org.graalvm.compiler.jtt.optimize.TrichotomyTest$TestCase
super_class: java.lang.Object
{
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tRunWith cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tIgnore cannot be resolved to a type\n\tFrameworkMethod cannot be resolved to a type\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tBlockJUnit4ClassRunner cannot be resolved to a type\n\tInitializationError cannot be resolved to a type\n\tFrameworkMethod cannot be resolved to a type\n\tThe method computeTestMethods() of type TrichotomyTest.Runner must override or implement a supertype method\n\tThe method getTestClass() is undefined for the type TrichotomyTest.Runner\n\tFrameworkMethod cannot be resolved to a type\n\tRunNotifier cannot be resolved to a type\n\tStatement cannot be resolved to a type\n\tFrameworkMethod cannot be resolved to a type\n\tStatement cannot be resolved to a type\n\tThe method evaluate() of type new Statement(){} must override or implement a supertype method\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
public abstract org.graalvm.compiler.jtt.optimize.TrichotomyTest$Operation op();
descriptor: ()Lorg/graalvm/compiler/jtt/optimize/TrichotomyTest$Operation;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "TrichotomyTest.java"
NestHost: org.graalvm.compiler.jtt.optimize.TrichotomyTest
InnerClasses:
final Operation = org.graalvm.compiler.jtt.optimize.TrichotomyTest$Operation of org.graalvm.compiler.jtt.optimize.TrichotomyTest
abstract TestCase = org.graalvm.compiler.jtt.optimize.TrichotomyTest$TestCase of org.graalvm.compiler.jtt.optimize.TrichotomyTest
RuntimeVisibleAnnotations:
java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
java.lang.annotation.Target(value = {java.lang.annotation.ElementType.METHOD:Ljava/lang/annotation/ElementType;})