Uses of Enum Class
org.junit.jupiter.api.extension.TestInstantiationAwareExtension.ExtensionContextScope
Packages that use TestInstantiationAwareExtension.ExtensionContextScope
-
Uses of TestInstantiationAwareExtension.ExtensionContextScope in org.junit.jupiter.api.extension
Subclasses with type arguments of type TestInstantiationAwareExtension.ExtensionContextScope in org.junit.jupiter.api.extensionModifier and TypeClassDescriptionstatic enumExtensionContextScopeis used to define the scope of theExtensionContextpassed to an extension during the instantiation of test instances.Methods in org.junit.jupiter.api.extension that return TestInstantiationAwareExtension.ExtensionContextScopeModifier and TypeMethodDescriptionTestInstantiationAwareExtension.getTestInstantiationExtensionContextScope(ExtensionContext rootContext) Whether this extension should receive a test-scopedExtensionContextduring the instantiation of test instances.Returns the enum constant of this class with the specified name.TestInstantiationAwareExtension.ExtensionContextScope.values()Returns an array containing the constants of this enum class, in the order they are declared.