Uses of Class
org.kie.dmn.validation.dtanalysis.mcdc.dmntck.TestCaseType
-
Packages that use TestCaseType Package Description org.kie.dmn.validation.dtanalysis.mcdc.dmntck -
-
Uses of TestCaseType in org.kie.dmn.validation.dtanalysis.mcdc.dmntck
Fields in org.kie.dmn.validation.dtanalysis.mcdc.dmntck declared as TestCaseType Modifier and Type Field Description protected TestCaseTypeTestCases.TestCase. typeMethods in org.kie.dmn.validation.dtanalysis.mcdc.dmntck that return TestCaseType Modifier and Type Method Description static TestCaseTypeTestCaseType. fromValue(String v)TestCaseTypeTestCases.TestCase. getType()Gets the value of the type property.static TestCaseTypeTestCaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static TestCaseType[]TestCaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.dmn.validation.dtanalysis.mcdc.dmntck with parameters of type TestCaseType Modifier and Type Method Description voidTestCases.TestCase. setType(TestCaseType value)Sets the value of the type property.TestCases.TestCaseTestCases.TestCase. withType(TestCaseType value)
-