| |
|
| org.kuali.workflow.test.WorkflowTestCase edu.iu.uis.eden.edl.EDocLiteServiceImplTest
EDocLiteServiceImplTest | public class EDocLiteServiceImplTest extends WorkflowTestCase (Code) | | Tests EDocLiteServiceImpl
author: Aaron Hamid (arh14 at cornell dot edu) |
testConfigCaching | public void testConfigCaching() throws Exception(Code) | | Tests the caching behavior of configs in EDocLiteServiceImpl. The config cache is a
map of XML org.w3c.dom.Element to config classname mappings. This cache is, in-reality, maintained
by the EDLControllerFactory.
|
testStoreAssociation | public void testStoreAssociation()(Code) | | |
testStoreDefinition | public void testStoreDefinition()(Code) | | |
testStoreStyle | public void testStoreStyle()(Code) | | |
testStyleCaching | public void testStyleCaching() throws Exception(Code) | | Tests the caching of "styles" in EDocLiteServiceImpl.
The style cache is really a cache of java.xml.transform.Templates objects which represent
the "compiled" stylesheets.
|
|
|
|