See: Description
Interface | Description |
---|---|
ScriptExecutionCondition.Evaluator |
Evaluates scripts and returns a conditional evaluation result.
|
Class | Description |
---|---|
DisabledCondition |
ExecutionCondition that supports the @Disabled annotation. |
ExtensionRegistry |
An
ExtensionRegistry holds all registered extensions (i.e. |
RepeatedTestDisplayNameFormatter |
Display name formatter for a
@RepeatedTest . |
RepeatedTestExtension |
TestTemplateInvocationContextProvider that supports the
@RepeatedTest annotation. |
RepeatedTestInvocationContext |
TestTemplateInvocationContext for a @RepeatedTest . |
RepetitionInfoParameterResolver | |
RepetitionInfoParameterResolver.DefaultRepetitionInfo | |
ScriptExecutionCondition | |
ScriptExecutionCondition.ThrowingEvaluator |
Evaluator implementation that always throws an
ExtensionConfigurationException . |
ScriptExecutionEvaluator |
Encapsulates javax.script-related evaluation work.
|
TempDirectory |
TempDirectory is a JUnit Jupiter extension that creates and cleans
up temporary directories if field in a test class or a parameter in a
lifecycle method or test method is annotated with @TempDir . |
TempDirectory.CloseablePath | |
TestInfoParameterResolver |
ParameterResolver that resolves the TestInfo for
the currently executing test. |
TestInfoParameterResolver.DefaultTestInfo | |
TestReporterParameterResolver |
ParameterResolver that injects a TestReporter . |