Uses of Enum
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
Methods in org.junit.jupiter.api that return TestInstance.LifecycleModifier and TypeMethodDescriptionstatic TestInstance.Lifecycle
Returns the enum constant of this type with the specified name.static TestInstance.Lifecycle[]
TestInstance.Lifecycle.values()
Returns an array containing the constants of this enum type, 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.