public class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod extends org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
  super_class: org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod this
         0: .line 30
            aload 0 /* this */
            ldc Lorg/junit/jupiter/api/TestFactory;
            iconst_0
            invokespecial org.junit.jupiter.engine.discovery.predicates.IsTestableMethod.<init>:(Ljava/lang/Class;Z)V
         1: .line 31
            return
        end local 0 // org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/junit/jupiter/engine/discovery/predicates/IsTestFactoryMethod;

  public boolean test(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial org.junit.jupiter.engine.discovery.predicates.IsTestableMethod.test:(Ljava/lang/reflect/Method;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "IsTestFactoryMethod.java"
InnerClasses:
  public final Status = org.apiguardian.api.API$Status of org.apiguardian.api.API
    RuntimeVisibleAnnotations: 
      org.apiguardian.api.API(status = org.apiguardian.api.API$Status.INTERNAL:Lorg/apiguardian/api/API$Status;, since = "5.0")