| |
|
| org.kuali.workflow.test.WorkflowTestCase edu.iu.uis.eden.clientapp.DocumentContentTest
DocumentContentTest | public class DocumentContentTest extends WorkflowTestCase (Code) | | Tests that client interaction with document content behaves approriately.
author: Eric Westfall |
testDocumentContent | public void testDocumentContent() throws Exception(Code) | | |
testDocumentContentConsistency | public void testDocumentContentConsistency() throws Exception(Code) | | Tests that document content is reloaded from the database after every call (such as Approve, etc.)
so as to verify that the document content stored on the WorkflowDocument will not go stale in between
calls.
|
testLazyContentLoading | public void testLazyContentLoading() throws Exception(Code) | | Tests that the lazy loading of document content is functioning properly.
|
testManualDocumentContentModification | public void testManualDocumentContentModification() throws Exception(Code) | | Tests modification of the DocumentContentVO object directly.
|
|
|
|