| 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 |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| DisableIfBuiltWithGraalVMNewerThan |
Used to signal that a test class or method should be disabled if the version of GraalVM used to build the native binary
under test was older than the supplied version.
|
| DisableIfBuiltWithGraalVMOlderThan |
Used to signal that a test class or method should be disabled if the version of GraalVM used to build the native binary
under test was older than the supplied version.
|
| NativeImageTest |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| QuarkusIntegrationTest |
Annotation that indicates that this test should be run the result of the Quarkus build.
|
| QuarkusTest |
|
| TestProfile |
Defines a 'test profile'.
|