Modifier and Type | Interface and Description |
---|---|
public interface | AfterAllCallback
|
public interface | AfterEachCallback
|
public interface | AfterTestExecutionCallback
|
public interface | AnnotatedElementContext
|
public interface | BeforeAllCallback
|
public interface | BeforeEachCallback
|
public interface | BeforeTestExecutionCallback
|
public interface | DynamicTestInvocationContext
|
public interface | ExecutableInvoker
|
public interface | ExecutionCondition
|
public interface | Extension
Marker interface for all extensions. |
public interface | ExtensionContext
|
public interface | InvocationInterceptor
|
public interface | LifecycleMethodExecutionExceptionHandler
|
public interface | ParameterContext
|
public interface | ParameterResolver
|
public interface | ReflectiveInvocationContext<T extends Executable>
|
public interface | TestExecutionExceptionHandler
|
public interface | TestInstanceFactory
|
public interface | TestInstanceFactoryContext
|
public interface | TestInstancePostProcessor
|
public interface | TestInstancePreConstructCallback
|
public interface | TestInstancePreDestroyCallback
|
public interface | TestInstances
|
public interface | TestTemplateInvocationContext
|
public interface | TestTemplateInvocationContextProvider
|
public interface | TestWatcher
|
Modifier and Type | Annotation and Description |
---|---|
public @interface | ExtendWith
|
public @interface | Extensions
|
public @interface | RegisterExtension
|
Modifier and Type | Class and Description |
---|---|
public class | ConditionEvaluationResult
The result of evaluating an |
public class | ExtensionConfigurationException
Thrown if an error is encountered regarding the configuration of an extension. |
public class | ExtensionContextException
Thrown if an error is encountered regarding the use of an
|
public class | ParameterResolutionException
Thrown if an error is encountered in the configuration or execution of a
|
public class | TestInstantiationException
Thrown if an error is encountered during the execution of
a |