Package io.quarkus.test.junit
package io.quarkus.test.junit
-
ClassDescription
@DisabledOnIntegrationTestis used to signal that the annotated test class or test method should not be executed for as part of aQuarkusIntegrationTest.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 newer than the supplied version.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.Annotation that indicates that this test should run the result of the Quarkus build.Deprecated.Utility class that can be used to mock CDI normal scoped beans.Defines a 'test profile'.Defines a 'test profile'.Contains methods that are needed for determining how to deal withQuarkusTestResourceandWithTestResourceContains a bunch of utilities that are needed for handlingTestResourceManagervia reflection (due to different classloaders)
DevServicesContextinstead.