Uses of Interface
org.junit.jupiter.api.extension.TestInstantiationAwareExtension
Packages that use TestInstantiationAwareExtension
Package
Description
JUnit Jupiter API for writing extensions.
JUnit Jupiter API support for writing extensions.
-
Uses of TestInstantiationAwareExtension in org.junit.jupiter.api.extension
Subinterfaces of TestInstantiationAwareExtension in org.junit.jupiter.api.extensionModifier and TypeInterfaceDescriptioninterface
InvocationInterceptor
defines the API forExtensions
that wish to intercept calls to test code.interface
ParameterResolver
defines the API forExtensions
that wish to dynamically resolve arguments for parameters at runtime.interface
interface
TestInstancePostProcessor
defines the API forExtensions
that wish to post-process test instances.interface
TestInstancePreConstructCallback
defines the API forExtensions
that wish to be invoked prior to creation of test instances. -
Uses of TestInstantiationAwareExtension in org.junit.jupiter.api.extension.support
Classes in org.junit.jupiter.api.extension.support that implement TestInstantiationAwareExtensionModifier and TypeClassDescriptionclass
ParameterResolver
adapter which resolves a parameter based on its exact type.