| ConditionEvaluationResult |
|
| ExtendWith |
@ExtendWith is a repeatable annotation
that is used to register extensions for the
annotated test class or test method.
|
| Extension |
Marker interface for all extensions.
|
| ExtensionConfigurationException |
Thrown if an error is encountered regarding the configuration of an
extension.
|
| ExtensionContext |
ExtensionContext encapsulates the context in which the
current test or container is being executed.
|
| ExtensionContext.Namespace |
|
| 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.
|
| TestInstanceFactoryContext |
|
| TestInstances |
TestInstances encapsulates the test instances of a test.
|
| TestInstantiationException |
|
| TestTemplateInvocationContext |
TestTemplateInvocationContext represents the context of a
single invocation of a test
template.
|