Package io.quarkus.test.common
Class TestResourceManager
java.lang.Object
io.quarkus.test.common.TestResourceManager
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTestResourceManager(Class<?> testClass) TestResourceManager(Class<?> testClass, Class<?> profileClass, List<TestResourceManager.TestResourceClassEntry> additionalTestResources, boolean disableGlobalTestResources) TestResourceManager(Class<?> testClass, Class<?> profileClass, List<TestResourceManager.TestResourceClassEntry> additionalTestResources, boolean disableGlobalTestResources, Map<String, String> devServicesProperties, Optional<String> containerNetworkId) TestResourceManager(Class<?> testClass, Class<?> profileClass, List<TestResourceManager.TestResourceClassEntry> additionalTestResources, boolean disableGlobalTestResources, Map<String, String> devServicesProperties, Optional<String> containerNetworkId, Path testClassLocation) -
Method Summary
-
Field Details
-
CLOSEABLE_NAME
-
-
Constructor Details
-
TestResourceManager
-
TestResourceManager
public TestResourceManager(Class<?> testClass, Class<?> profileClass, List<TestResourceManager.TestResourceClassEntry> additionalTestResources, boolean disableGlobalTestResources) -
TestResourceManager
-
TestResourceManager
-
-
Method Details
-
setTestErrorCause
-
init
-
start
-
inject
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
getConfigProperties
-
hasPerTestResources
public boolean hasPerTestResources()
-