Uses of Class
org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
-
Packages that use IsTestableMethod Package Description org.junit.jupiter.engine.discovery.predicates Internal predicate classes used by test discovery within the JUnit Jupiter test engine. -
-
Uses of IsTestableMethod in org.junit.jupiter.engine.discovery.predicates
Subclasses of IsTestableMethod in org.junit.jupiter.engine.discovery.predicates Modifier and Type Class Description classIsTestFactoryMethodTest if a method is a JUnit Jupiter@TestFactorymethod.classIsTestMethodTest if a method is a JUnit Jupiter@Testmethod.classIsTestTemplateMethodTest if a method is a JUnit Jupiter@TestTemplatemethod.
-