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. |
| TestInstanceProvider |
| Class | Description |
|---|---|
| ConditionEvaluator | |
| 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 attributes. |
| JupiterEngineExecutionContext | |
| JupiterEngineExecutionContext.Builder | |
| NamespaceAwareStore | |
| ThrowableCollector |
Simple component that can be used to collect one or more instances of
Throwable. |