Uses of Class
com.consol.citrus.TestCaseMetaInfo.Status
-
Packages that use TestCaseMetaInfo.Status Package Description com.consol.citrus -
-
Uses of TestCaseMetaInfo.Status in com.consol.citrus
Methods in com.consol.citrus that return TestCaseMetaInfo.Status Modifier and Type Method Description TestCaseMetaInfo.StatusTestCaseMetaInfo. getStatus()Get the status of this test case.static TestCaseMetaInfo.StatusTestCaseMetaInfo.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static TestCaseMetaInfo.Status[]TestCaseMetaInfo.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.consol.citrus with parameters of type TestCaseMetaInfo.Status Modifier and Type Method Description voidTestCaseMetaInfo. setStatus(TestCaseMetaInfo.Status status)Set the status the this test case.voidTestCaseBuilder. status(TestCaseMetaInfo.Status status)Sets test case status.
-