Module org.junit.jupiter.engine
Interface ExtensionContextSupplier
- All Known Implementing Classes:
 ExtensionContextSupplier.ScopeBasedExtensionContextSupplier
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Container of two instances of 
ExtensionContext to simplify the legacy for
 #3445.- Since:
 - 5.12
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class - 
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionContextSuppliercreate(ExtensionContext currentExtensionContext, ExtensionContext legacyExtensionContext, JupiterConfiguration configuration) get(TestInstantiationAwareExtension extension)  
- 
Method Details
- 
create
static ExtensionContextSupplier create(ExtensionContext currentExtensionContext, ExtensionContext legacyExtensionContext, JupiterConfiguration configuration)  - 
get
 
 -