Uses of Class
io.quarkus.deployment.dev.testing.TestType
-
Packages that use TestType Package Description io.quarkus.deployment.dev.testing -
-
Uses of TestType in io.quarkus.deployment.dev.testing
Fields in io.quarkus.deployment.dev.testing declared as TestType Modifier and Type Field Description (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 TestType Modifier and Type Method Description static TestTypeTestType. valueOf(String name)Returns the enum constant of this type with the specified name.static TestType[]TestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.deployment.dev.testing with parameters of type TestType Modifier and Type Method Description JunitTestRunner.BuilderJunitTestRunner.Builder. setTestType(TestType testType)TestSupportTestSupport. setTestType(TestType testType)
-