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 Executable,T> | |
ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall | |
InvocationInterceptorChain.InterceptorCall<T> | |
InvocationInterceptorChain.VoidInterceptorCall | |
TestInstancesProvider |
Class | Description |
---|---|
ConditionEvaluator |
ConditionEvaluator evaluates ExecutionCondition extensions. |
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. |
InvocationInterceptorChain | |
JupiterEngineExecutionContext | |
JupiterEngineExecutionContext.Builder | |
NamespaceAwareStore |
Copyright © 2019. All rights reserved.