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.appPropertiesTestType(package private) TestTypeTestSupport.testTypeMethods in io.quarkus.deployment.dev.testing that return TestTypeModifier and TypeMethodDescriptionTestConfig.type()The type of test to run, this can be either:static 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)