Uses of Class
io.quarkus.test.junit.DisabledOnIntegrationTest.ArtifactType
-
Packages that use DisabledOnIntegrationTest.ArtifactType Package Description io.quarkus.test.junit -
-
Uses of DisabledOnIntegrationTest.ArtifactType in io.quarkus.test.junit
Methods in io.quarkus.test.junit that return DisabledOnIntegrationTest.ArtifactType Modifier and Type Method Description DisabledOnIntegrationTest.ArtifactType[]forArtifactTypes()The types of Quarkus application produced by the build for which this test is disabled.static DisabledOnIntegrationTest.ArtifactTypeDisabledOnIntegrationTest.ArtifactType. valueOf(String name)Returns the enum constant of this type with the specified name.static DisabledOnIntegrationTest.ArtifactType[]DisabledOnIntegrationTest.ArtifactType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-