public interface org.junit.runner.FilterFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.junit.runner.FilterFactory
  super_class: java.lang.Object
{
  public abstract org.junit.runner.manipulation.Filter createFilter(org.junit.runner.FilterFactoryParams);
    descriptor: (Lorg/junit/runner/FilterFactoryParams;)Lorg/junit/runner/manipulation/Filter;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.junit.runner.FilterFactory$FilterNotCreatedException
    MethodParameters:
        Name  Flags
      params  
}
SourceFile: "FilterFactory.java"
NestMembers:
  org.junit.runner.FilterFactory$FilterNotCreatedException
InnerClasses:
  public FilterNotCreatedException = org.junit.runner.FilterFactory$FilterNotCreatedException of org.junit.runner.FilterFactory