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 TestInstancesProviderClassBasedTestDescriptor. testInstancesProvider(JupiterEngineExecutionContext parentExecutionContext, ClassExtensionContext ourExtensionContext) -
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) TestInstancesProviderJupiterEngineExecutionContext.State. testInstancesProviderMethods in org.junit.jupiter.engine.execution that return TestInstancesProvider Modifier and Type Method Description TestInstancesProviderJupiterEngineExecutionContext. getTestInstancesProvider()Methods in org.junit.jupiter.engine.execution with parameters of type TestInstancesProvider Modifier and Type Method Description JupiterEngineExecutionContext.BuilderJupiterEngineExecutionContext.Builder. withTestInstancesProvider(TestInstancesProvider testInstancesProvider)
-