@ConfigRoot public class TestConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
nativeImageProfile
The profile to use when testing the native image
|
(package private) Duration |
nativeImageWaitTime
Duration to wait for the native image to built during testing
|
(package private) String |
profile
The profile to use when testing using @QuarkusTest
|
| Constructor and Description |
|---|
TestConfig() |
@ConfigItem(defaultValue="PT5M") Duration nativeImageWaitTime
@ConfigItem(defaultValue="prod") String nativeImageProfile
@ConfigItem(defaultValue="test") String profile
Copyright © 2020 JBoss by Red Hat. All rights reserved.