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 TypeClassDescriptionclassTest if a method is a JUnit Jupiter@TestFactorymethod.classTest if a method is a JUnit Jupiter@Testmethod.classTest if a method is a JUnit Jupiter@TestTemplatemethod.