| |
|
| org.kuali.workflow.test.WorkflowTestCase edu.iu.uis.eden.actions.SaveActionEventTest
DOCUMENT_TYPE_NAME | final public static String DOCUMENT_TYPE_NAME(Code) | | |
DOCUMENT_TYPE_NAME_NON_INITIATOR | final public static String DOCUMENT_TYPE_NAME_NON_INITIATOR(Code) | | |
WORKFLOW_DOCUMENT_NODE | final public static String WORKFLOW_DOCUMENT_NODE(Code) | | |
testDefaultInitiatorMustSavePolicy | public void testDefaultInitiatorMustSavePolicy() throws Exception(Code) | | Tests for when INITIATOR_MUST_SAVE policy is equal to true (default value). In this case if non-initiator user
attempts a save of a document with this policy an exception should be thrown
|
testFalseInitiatorMustSavePolicy | public void testFalseInitiatorMustSavePolicy() throws Exception(Code) | | Tests for when INITIATOR_MUST_SAVE policy is equal to false. In this case if non-initiator user
attempts a save of a document with this policy an exception should NOT be thrown
|
testSaveActionEvent | public void testSaveActionEvent() throws Exception(Code) | | |
|
|
|