Interface TestInstancesProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.junit.jupiter.api.extension.TestInstancesorg.junit.jupiter.api.extension.TestInstancesgetTestInstances(ExtensionRegistry extensionRegistry, JupiterEngineExecutionContext executionContext)
-
Method Details
-
getTestInstances
default org.junit.jupiter.api.extension.TestInstances getTestInstances(JupiterEngineExecutionContext context) -
getTestInstances
org.junit.jupiter.api.extension.TestInstances getTestInstances(ExtensionRegistry extensionRegistry, JupiterEngineExecutionContext executionContext)
-