Package | Description |
---|---|
org.junit.jupiter.api.extension |
JUnit Jupiter API for writing extensions.
|
Class and Description |
---|
ConditionEvaluationResult
The result of evaluating an ExecutionCondition.
|
Extension
Marker interface for all extensions.
|
ExtensionContext
ExtensionContext encapsulates the context in which the
current test or container is being executed. |
ExtensionContext.Namespace
A
Namespace is used to provide a scope for data saved by
extensions within a ExtensionContext.Store . |
ExtensionContext.Store
Store provides methods for extensions to save and retrieve data. |
ParameterContext
ParameterContext encapsulates the context in which an
Executable will be invoked for a given
Parameter . |
ParameterResolutionException
Thrown if an error is encountered in the configuration or execution of a
ParameterResolver . |
TestTemplateInvocationContext
TestTemplateInvocationContext represents the context of a
single invocation of a test
template. |