Uses of Class
org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
Packages that use IsTestableMethod
Package
Description
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.predicatesModifier and TypeClassDescriptionclass
Test if a method is a JUnit Jupiter@TestFactory
method.class
Test if a method is a JUnit Jupiter@Test
method.class
Test if a method is a JUnit Jupiter@TestTemplate
method.