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
Modifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionContextSupplier
create
(ExtensionContext currentExtensionContext, ExtensionContext legacyExtensionContext, JupiterConfiguration configuration) get
(TestInstantiationAwareExtension extension)
-
Method Details
-
create
static ExtensionContextSupplier create(ExtensionContext currentExtensionContext, ExtensionContext legacyExtensionContext, JupiterConfiguration configuration) -
get
-