Interface TestInstantiationAwareExtension

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

@API(status=EXPERIMENTAL, since="5.12") public interface TestInstantiationAwareExtension extends Extension
Interface for Extensions that are aware and can influence the instantiation of test instances.

This interface is not indented to be implemented directly. Instead, extend one of its sub-interfaces.

Since:
5.12
See Also: