Interface TestInstantiationAwareExtension

All Superinterfaces:
Extension
All Known Subinterfaces:
InvocationInterceptor, ParameterResolver, TestInstanceFactory, TestInstancePostProcessor, TestInstancePreConstructCallback
All Known Implementing Classes:
TypeBasedParameterResolver

@API(status=MAINTAINED, since="5.13.3") public interface TestInstantiationAwareExtension extends Extension
TestInstantiationAwareExtension defines the API for Extensions that are aware of or influence the instantiation of test classes.

This interface is not intended to be implemented directly. Instead, extensions should implement one of the sub-interfaces listed below.

See getTestInstantiationExtensionContextScope(ExtensionContext) for further details.

Since:
5.12