Package io.quarkus.test.junit
-
Interface Summary Interface Description QuarkusIntegrationTest.Context Deprecated. UseDevServicesContext
instead.QuarkusTestProfile Defines a 'test profile'. -
Class Summary Class Description AbstractJvmQuarkusTestExtension AbstractJvmQuarkusTestExtension.PrepareResult BasicLoggingEnabler A (global) JUnit callback that enables/sets up basic logging if logging has not already been set up.DisabledOnIntegrationTestCondition DisabledOnNativeImageCondition DisableIfBuiltWithGraalVMOlderThanCondition DotNames IntegrationTestExtensionState IntegrationTestUtil IntegrationTestUtil.DefaultDevServicesLaunchResult MockSupport NativeDevServicesHandler NativeTestExtension QuarkusIntegrationTestExtension QuarkusMainIntegrationTestExtension QuarkusMainTestExtension QuarkusMock Utility class that can be used to mock CDI normal scoped beans.QuarkusTestExtension QuarkusTestExtension.TestBuildChainFunction QuarkusTestProfile.TestResourceEntry RunningAppConfigResolver TestInfoImpl TestProfileAndProperties -
Enum Summary Enum Description DisableIfBuiltWithGraalVMOlderThan.GraalVMVersion -
Annotation Types Summary 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 aQuarkusIntegrationTest
.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 Deprecated, for removal: This API element is subject to removal in a future version. Use {@link @QuarkusIntegrationTest} instead.QuarkusIntegrationTest Annotation that indicates that this test should be run the result of the Quarkus build.QuarkusTest TestProfile Defines a 'test profile'.