org.kuali.rice.kew.clientapp
Class DocumentContentTest
java.lang.Object
org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.rice.test.BaseModuleTestCase
org.kuali.rice.test.BaselineTestCase
org.kuali.rice.kew.test.KEWTestCase
org.kuali.rice.kew.clientapp.DocumentContentTest
- All Implemented Interfaces:
- MethodAware
public class DocumentContentTest
- extends KEWTestCase
Tests that client interaction with document content behaves approriately.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class org.kuali.rice.kew.test.KEWTestCase |
clearCacheManagers, getGroupIdForName, getLoadApplicationLifecycle, getPerTestLifecycles, getPerTestTablesNotToClear, getPerTestTablesToClear, getPrincipalIdForName, getPrincipalNameForId, getSuiteLifecycles, getTransactionTemplate, loadDefaultTestData, loadPerTestData, loadSuiteTestData, loadTestData, loadXmlFile, loadXmlFile, loadXmlFileFromFileSystem, loadXmlStream, setUpAfterDataLoad |
Methods inherited from class org.kuali.rice.test.RiceTestCase |
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentContentTest
public DocumentContentTest()
testDocumentContent
public void testDocumentContent()
throws Exception
- Throws:
Exception
testDocumentContentConsistency
public void testDocumentContentConsistency()
throws Exception
- 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.
- Throws:
Exception
testManualDocumentContentModification
public void testManualDocumentContentModification()
throws Exception
- Tests modification of the DocumentContentVO object directly.
- Throws:
Exception
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.