Uses of Interface
org.junit.jupiter.engine.execution.TestInstancesProvider
Packages that use TestInstancesProvider
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
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 TestInstancesProviderModifier and TypeMethodDescriptionprivate TestInstancesProviderClassBasedTestDescriptor.testInstancesProvider(JupiterEngineExecutionContext parentExecutionContext, ClassExtensionContext ourExtensionContext) -
Uses of TestInstancesProvider in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as TestInstancesProviderModifier and TypeFieldDescription(package private) TestInstancesProviderJupiterEngineExecutionContext.State.testInstancesProviderMethods in org.junit.jupiter.engine.execution that return TestInstancesProviderMethods in org.junit.jupiter.engine.execution with parameters of type TestInstancesProviderModifier and TypeMethodDescriptionJupiterEngineExecutionContext.Builder.withTestInstancesProvider(TestInstancesProvider testInstancesProvider)