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 class
IsTestFactoryMethod
Test if a method is a JUnit Jupiter@TestFactory
method.class
IsTestMethod
Test if a method is a JUnit Jupiter@Test
method.class
IsTestTemplateMethod
Test if a method is a JUnit Jupiter@TestTemplate
method.
-