Uses of Enum Class
org.citrusframework.TestCaseMetaInfo.Status
Packages that use TestCaseMetaInfo.Status
-
Uses of TestCaseMetaInfo.Status in org.citrusframework
Methods in org.citrusframework that return TestCaseMetaInfo.StatusModifier and TypeMethodDescriptionTestCaseMetaInfo.getStatus()Get the status of this test case.static TestCaseMetaInfo.StatusReturns the enum constant of this class with the specified name.static TestCaseMetaInfo.Status[]TestCaseMetaInfo.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.citrusframework with parameters of type TestCaseMetaInfo.StatusModifier and TypeMethodDescriptionvoidTestCaseMetaInfo.setStatus(TestCaseMetaInfo.Status status) Set the status the this test case.voidTestCaseBuilder.status(TestCaseMetaInfo.Status status) Sets test case status.