Uses of Enum Class
io.quarkus.test.common.TestResourceScope
Packages that use TestResourceScope
-
Uses of TestResourceScope in io.quarkus.test.common
Methods in io.quarkus.test.common that return TestResourceScopeModifier and TypeMethodDescriptionTestResourceManager.TestResourceClassEntry.getScope()TestResourceManager.TestResourceComparisonInfo.scope()Returns the value of thescoperecord component.static TestResourceScopeReturns the enum constant of this class with the specified name.static TestResourceScope[]TestResourceScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.test.common with parameters of type TestResourceScopeModifierConstructorDescriptionTestResourceClassEntry(Class<? extends QuarkusTestResourceLifecycleManager> clazz, Map<String, String> args, Annotation configAnnotation, boolean parallel, TestResourceScope scope) TestResourceComparisonInfo(String testResourceLifecycleManagerClass, TestResourceScope scope, Map<String, String> args) Creates an instance of aTestResourceComparisonInforecord class.