final class IntegrationTestUtil extends Object
Modifier and Type | Method and Description |
---|---|
(package private) static TestProfileAndProperties |
determineTestProfileAndProperties(Class<? extends QuarkusTestProfile> profile,
Map<String,String> sysPropRestore) |
(package private) static void |
doProcessTestInstance(Object testInstance,
org.junit.jupiter.api.extension.ExtensionContext context) |
(package private) static void |
ensureNoInjectAnnotationIsUsed(Class<?> testClass) |
(package private) static Class<? extends QuarkusTestProfile> |
findProfile(Class<?> testClass) |
(package private) static Map<String,String> |
getSysPropsToRestore() |
(package private) static Map<String,String> |
handleDevDb(org.junit.jupiter.api.extension.ExtensionContext context) |
(package private) static void |
startLauncher(ArtifactLauncher launcher,
Map<String,String> additionalProperties,
Runnable sslSetter) |
static void ensureNoInjectAnnotationIsUsed(Class<?> testClass)
static Class<? extends QuarkusTestProfile> findProfile(Class<?> testClass)
static void doProcessTestInstance(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context)
static TestProfileAndProperties determineTestProfileAndProperties(Class<? extends QuarkusTestProfile> profile, Map<String,String> sysPropRestore) throws InstantiationException, IllegalAccessException
static void startLauncher(ArtifactLauncher launcher, Map<String,String> additionalProperties, Runnable sslSetter) throws IOException
IOException
Copyright © 2021 JBoss by Red Hat. All rights reserved.