| |
|
| com.opensymphony.workflow.ValidationTestCase
ValidationTestCase | public class ValidationTestCase extends TestCase (Code) | | Test Case for AbstractWorkflow.
author: Michael Vorburger |
testCheckResultInitialActionUnconditionalResult | public void testCheckResultInitialActionUnconditionalResult() throws Exception(Code) | | Test whether an invalid unconditional-result in an initial-actions is indeed rejected as it should.
See Also: Jira issue WF-130 throws: Exception - If error while executing testing |
testCommonActionDuplicateID | public void testCommonActionDuplicateID() throws Exception(Code) | | |
testCommonActions | public void testCommonActions() throws Exception(Code) | | Tests whether common-actions are implemented correctly.
throws: Exception - If error while executing testing |
testDuplicateActionID | public void testDuplicateActionID() throws Exception(Code) | | Test whether a duplicate action is correctly marked as invalid
See Also: Jira issue WF-192 throws: Exception - If error while executing testing |
testValidator | public void testValidator() throws Exception(Code) | | Test validator
|
|
|
|