Overview
While working on spring-projects/spring-framework#35697, I noticed that the documentation for TestInstantiationAwareExtension could be improved by including additional affected use cases, such as how to access the "current test class" in a TestInstancePostProcessor or when resolving a parameter for a constructor in a ParameterResolver.
Related Issues
Overview
While working on spring-projects/spring-framework#35697, I noticed that the documentation for
TestInstantiationAwareExtensioncould be improved by including additional affected use cases, such as how to access the "current test class" in aTestInstancePostProcessoror when resolving a parameter for a constructor in aParameterResolver.Related Issues
ExtensionContextin theSpringExtensionspring-projects/spring-framework#35697