| 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.
|
| 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 |
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'.
|