Uses of Interface
io.quarkus.test.junit.QuarkusTestProfile
Packages that use QuarkusTestProfile
-
Uses of QuarkusTestProfile in io.quarkus.test.junit
Fields in io.quarkus.test.junit declared as QuarkusTestProfileModifier and TypeFieldDescriptionprotected final QuarkusTestProfileAbstractJvmQuarkusTestExtension.PrepareResult.profileInstance(package private) final QuarkusTestProfileTestProfileAndProperties.testProfileFields in io.quarkus.test.junit with type parameters of type QuarkusTestProfileModifier and TypeFieldDescriptionprotected static Class<? extends QuarkusTestProfile>AbstractJvmQuarkusTestExtension.quarkusTestProfileMethods in io.quarkus.test.junit that return types with arguments of type QuarkusTestProfileModifier and TypeMethodDescription(package private) static Class<? extends QuarkusTestProfile>IntegrationTestUtil.findProfile(Class<?> testClass) protected Class<? extends QuarkusTestProfile>AbstractJvmQuarkusTestExtension.getQuarkusTestProfile(org.junit.jupiter.api.extension.ExtensionContext extensionContext) Methods in io.quarkus.test.junit with parameters of type QuarkusTestProfileModifier and TypeMethodDescription(package private) static <T> List<T>IntegrationTestUtil.getAdditionalTestResources(QuarkusTestProfile profileInstance, ClassLoader classLoader) SinceTestResourceManageris loaded from the ClassLoader passed in as an argument, we need to convert the user inputQuarkusTestProfile.TestResourceEntryinto instances ofTestResourceManager.TestResourceClassEntrythat are loaded from that ClassLoaderMethod parameters in io.quarkus.test.junit with type arguments of type QuarkusTestProfileModifier and TypeMethodDescriptionAbstractJvmQuarkusTestExtension.createAugmentor(org.junit.jupiter.api.extension.ExtensionContext context, Class<? extends QuarkusTestProfile> profile, Collection<Runnable> shutdownTasks) (package private) static TestProfileAndPropertiesIntegrationTestUtil.determineTestProfileAndProperties(Class<? extends QuarkusTestProfile> profile, Map<String, String> sysPropRestore) Constructors in io.quarkus.test.junit with parameters of type QuarkusTestProfileModifierConstructorDescriptionPrepareResult(AugmentAction augmentAction, QuarkusTestProfile profileInstance, CuratedApplication curatedApplication, Path testClassLocation) TestProfileAndProperties(QuarkusTestProfile testProfile, Map<String, String> properties)