Package org.junit.platform.commons.support
Maintained common support APIs provided by the JUnit Platform.
The purpose of this package is to provide TestEngine
and
Extension
authors convenient access to a subset of internal utility
methods to assist with their implementation. This prevents re-inventing the
wheel and ensures that common tasks are handled in third-party engines and
extensions with the same semantics as within the JUnit Platform itself.
-
Class Summary Class Description AnnotationSupport Common annotation support.ClassSupport Common class support.ReflectionSupport Common reflection and classpath scanning support. -
Enum Summary Enum Description HierarchyTraversalMode Modes in which a hierarchy can be traversed — for example, when searching for methods or fields within a class hierarchy.