Uses of Enum Class
org.junit.jupiter.api.TestInstance.Lifecycle
Packages that use TestInstance.Lifecycle
Package
Description
JUnit Jupiter API for writing tests.
JUnit Jupiter API for writing extensions.
Configuration specific to the JUnit Jupiter test engine.
Test descriptors used within the JUnit Jupiter test engine.
-
Uses of TestInstance.Lifecycle in org.junit.jupiter.api
Methods in org.junit.jupiter.api that return TestInstance.LifecycleModifier and TypeMethodDescriptionstatic TestInstance.Lifecycle
Returns the enum constant of this class with the specified name.static TestInstance.Lifecycle[]
TestInstance.Lifecycle.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TestInstance.Lifecycle in org.junit.jupiter.api.extension
Methods in org.junit.jupiter.api.extension that return types with arguments of type TestInstance.LifecycleModifier and TypeMethodDescriptionExtensionContext.getTestInstanceLifecycle()
Get theTestInstance.Lifecycle
of the test instance associated with the current test or container, if available. -
Uses of TestInstance.Lifecycle in org.junit.jupiter.engine.config
Methods in org.junit.jupiter.engine.config that return TestInstance.LifecycleModifier and TypeMethodDescriptionCachingJupiterConfiguration.getDefaultTestInstanceLifecycle()
DefaultJupiterConfiguration.getDefaultTestInstanceLifecycle()
JupiterConfiguration.getDefaultTestInstanceLifecycle()
-
Uses of TestInstance.Lifecycle in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as TestInstance.LifecycleModifier and TypeFieldDescriptionprotected final TestInstance.Lifecycle
ClassBasedTestDescriptor.lifecycle