public class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod extends org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
{
public void <init>()
{
org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod v;
v := @this: org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod;
specialinvoke v.<org.junit.jupiter.engine.discovery.predicates.IsTestableMethod: void <init>(java.lang.Class,boolean)>(class "Lorg/junit/jupiter/api/TestFactory;", 0);
return;
}
}