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
Methods in org.junit.jupiter.api.extension that return TestInstantiationAwareExtension.ExtensionContextScopeModifier and TypeMethodDescriptionTestInstantiationAwareExtension.getTestInstantiationExtensionContextScope(ExtensionContext rootContext) Determine whether this extension should receive a test-method scopedExtensionContextduring the instantiation of test classes or processing 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.