Package io.quarkus.test.junit
-
Interface Summary Interface Description QuarkusIntegrationTest.Context Deprecated. UseDevServicesContextinstead.QuarkusTestProfile Defines a 'test profile'.TestMethodInvoker An SPI that allows modules that integrate withQuarkusTestExtensionto alter the invocation of the actual test method. -
Enum Summary Enum Description DisableIfBuiltWithGraalVMOlderThan.GraalVMVersion -
Annotation Types Summary Annotation Type Description DisabledOnIntegrationTest @DisabledOnIntegrationTestis used to signal that the annotated test class or test method should not be executed for as part of aQuarkusIntegrationTest.DisabledOnNativeImage @DisabledOnNativeImageis 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'.