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<?> clazz, Map<String, String> args, Annotation configAnnotation, boolean parallel, TestResourceScope scope) -
Method Summary
-
Constructor Details
-
TestResourceClassEntry
public TestResourceClassEntry(Class<?> clazz, Map<String, String> args, Annotation configAnnotation, boolean parallel, TestResourceScope scope)
-
-
Method Details