Uses of Interface
io.quarkus.test.junit.QuarkusTestProfile
-
Packages that use QuarkusTestProfile Package Description io.quarkus.test.junit -
-
Uses of QuarkusTestProfile in io.quarkus.test.junit
Fields in io.quarkus.test.junit declared as QuarkusTestProfile Modifier and Type Field Description (package private) QuarkusTestProfileTestProfileAndProperties. testProfileMethods in io.quarkus.test.junit that return types with arguments of type QuarkusTestProfile Modifier and Type Method Description (package private) static Class<? extends QuarkusTestProfile>IntegrationTestUtil. findProfile(Class<?> testClass)Class<? extends QuarkusTestProfile>value()The test profile to use.Method parameters in io.quarkus.test.junit with type arguments of type QuarkusTestProfile Modifier and Type Method Description (package private) static TestProfileAndPropertiesIntegrationTestUtil. determineTestProfileAndProperties(Class<? extends QuarkusTestProfile> profile, Map<String,String> sysPropRestore)Constructors in io.quarkus.test.junit with parameters of type QuarkusTestProfile Constructor Description TestProfileAndProperties(QuarkusTestProfile testProfile, Map<String,String> properties)
-