Interface | Description |
---|---|
QuarkusTestProfile |
Defines a 'test profile'.
|
Class | Description |
---|---|
DisabledOnIntegrationTestCondition | |
DisabledOnNativeImageCondition | |
DotNames | |
IntegrationTestExtensionState | |
IntegrationTestUtil | |
MockSupport | |
NativeDevServicesDatasourceHandler | |
NativeTestExtension | |
QuarkusIntegrationTestExtension | |
QuarkusMock |
Utility class that can be used to mock CDI normal scoped beans.
|
QuarkusTestExtension | |
QuarkusTestExtension.TestBuildChainFunction | |
QuarkusTestProfile.TestResourceEntry | |
RunningAppConfigResolver | |
TestProfileAndProperties |
Annotation Type | Description |
---|---|
DisabledOnIntegrationTest |
@DisabledOnIntegrationTest is used to signal that the annotated test class or
test method should not be executed for as part of a QuarkusIntegrationTest . |
DisabledOnNativeImage |
@DisabledOnNativeImage is used to signal that the annotated test class or
test method for native images is currently disabled and should not be executed. |
NativeImageTest |
Annotation that indicates that this test should be run using a native image,
rather than in the JVM.
|
QuarkusIntegrationTest |
Annotation that indicates that this test should be run the result of the Quarkus build.
|
QuarkusTest | |
TestProfile |
Defines a 'test profile'.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.