Uses of Record Class
io.quarkus.test.common.TestResourceManager.TestResourceComparisonInfo
Packages that use TestResourceManager.TestResourceComparisonInfo
-
Uses of TestResourceManager.TestResourceComparisonInfo in io.quarkus.test.common
Methods in io.quarkus.test.common that return types with arguments of type TestResourceManager.TestResourceComparisonInfoModifier and TypeMethodDescriptionTestResourceManager.testResourceComparisonInfo()Provides the basic information needed for comparing the test resources currently in useTestResourceManager.testResourceComparisonInfo(Class<?> testClass, Path testClassLocation, List<TestResourceManager.TestResourceClassEntry> entriesFromProfile) Allows Quarkus to extract basic information about which test resources a test class will requireMethod parameters in io.quarkus.test.common with type arguments of type TestResourceManager.TestResourceComparisonInfoModifier and TypeMethodDescriptionstatic StringTestResourceManager.getReloadGroupIdentifier(Set<TestResourceManager.TestResourceComparisonInfo> existing) static booleanTestResourceManager.testResourcesRequireReload(Set<TestResourceManager.TestResourceComparisonInfo> existing, Set<TestResourceManager.TestResourceComparisonInfo> next) Quarkus needs to restart if one of the following is true: at least one the existing test resources is restricted to the test class at least one the next test resources is restricted to the test class differentMATCHING_RESOURCEscoped test resources are being used