See: Description
| Interface | Description |
|---|---|
| AfterEachMethodAdapter |
Functional interface for registering an
@AfterEach method
as a pseudo-extension. |
| BeforeEachMethodAdapter |
Functional interface for registering a
@BeforeEach method
as a pseudo-extension. |
| ExecutableInvoker.ReflectiveInterceptorCall<E extends java.lang.reflect.Executable,T> | |
| ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall | |
| InvocationInterceptorChain.InterceptorCall<T> | |
| InvocationInterceptorChain.VoidInterceptorCall | |
| TestInstancesProvider |
| Class | Description |
|---|---|
| ConditionEvaluator |
ConditionEvaluator evaluates ExecutionCondition extensions. |
| ConstructorInvocation<T> | |
| DefaultParameterContext | |
| DefaultTestInstances | |
| ExecutableInvoker |
ExecutableInvoker encapsulates the invocation of a
Executable (i.e., method or constructor),
including support for dynamic resolution of method parameters via
ParameterResolvers. |
| ExtensionValuesStore |
ExtensionValuesStore is used inside implementations of
ExtensionContext to store and retrieve values. |
| ExtensionValuesStore.CompositeKey | |
| ExtensionValuesStore.MemoizingSupplier | |
| InvocationInterceptorChain | |
| InvocationInterceptorChain.InterceptedInvocation<T> | |
| InvocationInterceptorChain.ValidatingInvocation<T> | |
| JupiterEngineExecutionContext | |
| JupiterEngineExecutionContext.Builder | |
| JupiterEngineExecutionContext.State | |
| MethodInvocation<T> | |
| NamespaceAwareStore |
| Exception | Description |
|---|---|
| ConditionEvaluationException |
Thrown if an error is encountered while evaluating an
ExecutionCondition. |