Uses of Enum Class
io.quarkus.deployment.dev.testing.TestType
Packages that use TestType
-
Uses of TestType in io.quarkus.deployment.dev.testing
Fields in io.quarkus.deployment.dev.testing declared as TestTypeModifier and TypeFieldDescription(package private) TestTypeTestSupport.testType(package private) TestTypeTestConfig.typeThe type of test to run, this can be either: quarkus-test: Only runs@QuarkusTestannotated test classes unit: Only runs classes that are not annotated with@QuarkusTestall: Runs both, running the unit tests firstMethods in io.quarkus.deployment.dev.testing that return TestTypeModifier and TypeMethodDescriptionstatic TestTypeReturns the enum constant of this class with the specified name.static TestType[]TestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.deployment.dev.testing with parameters of type TestTypeModifier and TypeMethodDescriptionJunitTestRunner.Builder.setTestType(TestType testType) TestSupport.setTestType(TestType testType)