Uses of Interface
org.junit.jupiter.api.extension.TestInstances
-
Packages that use TestInstances Package Description org.junit.jupiter.api.extension JUnit Jupiter API for writing extensions. -
-
Uses of TestInstances in org.junit.jupiter.api.extension
Methods in org.junit.jupiter.api.extension that return TestInstances Modifier and Type Method Description default 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 TestInstances Modifier and Type Method Description java.util.Optional<TestInstances>
ExtensionContext. getTestInstances()
Get the test instances associated with the current test or container, if available.
-