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.
-
Uses of TestInstance.Lifecycle in org.junit.jupiter.api
Subclasses with type arguments of type TestInstance.Lifecycle in org.junit.jupiter.apiModifier and TypeClassDescriptionstatic enum
Enumeration of test instance lifecycle modes.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.