Uses of Interface
org.junit.jupiter.api.extension.TestInstances
Packages that use TestInstances
-
Uses of TestInstances in org.junit.jupiter.api.extension
Methods in org.junit.jupiter.api.extension that return TestInstancesModifier and TypeMethodDescriptiondefault TestInstances
ExtensionContext.getRequiredTestInstances()
Get the required test instances associated with the current test or container.Methods in org.junit.jupiter.api.extension that return types with arguments of type TestInstancesModifier and TypeMethodDescriptionExtensionContext.getTestInstances()
Get the test instances associated with the current test or container, if available.