Uses of Interface
org.junit.jupiter.engine.execution.TestInstancesProvider
-
Packages that use TestInstancesProvider Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine. -
-
Uses of TestInstancesProvider in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor that return TestInstancesProvider Modifier and Type Method Description private TestInstancesProvider
ClassBasedTestDescriptor. testInstancesProvider(JupiterEngineExecutionContext parentExecutionContext, ClassExtensionContext extensionContext)
-
Uses of TestInstancesProvider in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as TestInstancesProvider Modifier and Type Field Description (package private) TestInstancesProvider
JupiterEngineExecutionContext.State. testInstancesProvider
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)
-