Package io.quarkus.test.common
Class TestResourceManager.TestResourceClassEntry
java.lang.Object
io.quarkus.test.common.TestResourceManager.TestResourceClassEntry
- Enclosing class:
- TestResourceManager
Contains all the metadata that is needed to handle the lifecycle and perform all the bookkeeping associated
with a Test Resource.
When this information is produced by
TestResourceManager, nothing has yet been started, so interrogating
it is perfectly fine.-
Constructor Summary
ConstructorsConstructorDescriptionTestResourceClassEntry(Class<? extends QuarkusTestResourceLifecycleManager> clazz, Map<String, String> args, Annotation configAnnotation, boolean parallel, TestResourceScope scope) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetScope()inthashCode()booleanClass<? extends QuarkusTestResourceLifecycleManager>
-
Constructor Details
-
TestResourceClassEntry
public TestResourceClassEntry(Class<? extends QuarkusTestResourceLifecycleManager> clazz, Map<String, String> args, Annotation configAnnotation, boolean parallel, TestResourceScope scope)
-
-
Method Details