public interface org.junit.validator.TestClassValidator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.junit.validator.TestClassValidator
  super_class: java.lang.Object
{
  public abstract java.util.List<java.lang.Exception> validateTestClass(org.junit.runners.model.TestClass);
    descriptor: (Lorg/junit/runners/model/TestClass;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/junit/runners/model/TestClass;)Ljava/util/List<Ljava/lang/Exception;>;
    MethodParameters:
           Name  Flags
      testClass  
}
SourceFile: "TestClassValidator.java"