Uses of Class
io.quarkus.test.common.TestResourceManager.TestResourceClassEntry
Packages that use TestResourceManager.TestResourceClassEntry
-
Uses of TestResourceManager.TestResourceClassEntry in io.quarkus.test.common
Method parameters in io.quarkus.test.common with type arguments of type TestResourceManager.TestResourceClassEntryModifier and TypeMethodDescriptionTestResourceManager.testResourceComparisonInfo(Class<?> testClass, Path testClassLocation, List<TestResourceManager.TestResourceClassEntry> entriesFromProfile) Allows Quarkus to extract basic information about which test resources a test class will requireConstructor parameters in io.quarkus.test.common with type arguments of type TestResourceManager.TestResourceClassEntryModifierConstructorDescriptionTestResourceManager(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) This is safe to call as it doesn't do anything other than create state - noQuarkusTestResourceLifecycleManageris ever touched at this stage.