public interface QuarkusTestProfile
| Modifier and Type | Interface and Description |
|---|---|
static class |
QuarkusTestProfile.TestResourceEntry |
| Modifier and Type | Method and Description |
|---|---|
default Map<String,String> |
getConfigOverrides()
Returns additional config to be applied to the test.
|
default String |
getConfigProfile()
Allows the default config profile to be overridden.
|
default Set<Class<?>> |
getEnabledAlternatives()
Returns enabled alternatives.
|
default List<QuarkusTestProfile.TestResourceEntry> |
testResources()
QuarkusTestResourceLifecycleManager classes (along with their init params) to be used from this
specific test profile |
default Map<String,String> getConfigOverrides()
default Set<Class<?>> getEnabledAlternatives()
default String getConfigProfile()
default List<QuarkusTestProfile.TestResourceEntry> testResources()
QuarkusTestResourceLifecycleManager classes (along with their init params) to be used from this
specific test profileCopyright © 2020 JBoss by Red Hat. All rights reserved.