Uses of Interface
org.junit.jupiter.engine.execution.TestInstancesProvider
-
Packages that use TestInstancesProvider Package Description org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine. -
-
Uses of TestInstancesProvider in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution that return TestInstancesProvider Modifier and Type Method Description TestInstancesProvider
JupiterEngineExecutionContext. getTestInstancesProvider()
Methods in org.junit.jupiter.engine.execution with parameters of type TestInstancesProvider Modifier and Type Method Description JupiterEngineExecutionContext.Builder
JupiterEngineExecutionContext.Builder. withTestInstancesProvider(TestInstancesProvider testInstancesProvider)
-