Uses of Class
org.kuali.rice.kew.test.KEWTestCase

Packages that use KEWTestCase
org.kuali.rice.coreservice.impl.style   
org.kuali.rice.edl.impl   
org.kuali.rice.kew.actionitem   
org.kuali.rice.kew.actionlist   
org.kuali.rice.kew.actionrequest   
org.kuali.rice.kew.actionrequest.service.impl   
org.kuali.rice.kew.actions   
org.kuali.rice.kew.actions.asyncservices   
org.kuali.rice.kew.batch   
org.kuali.rice.kew.clientapp   
org.kuali.rice.kew.docmentlink   
org.kuali.rice.kew.docsearch   
org.kuali.rice.kew.docsearch.xml   
org.kuali.rice.kew.doctype   
org.kuali.rice.kew.engine   
org.kuali.rice.kew.engine.node   
org.kuali.rice.kew.engine.node.hierarchyrouting   
org.kuali.rice.kew.framework.support.krms   
org.kuali.rice.kew.impl.peopleflow   
org.kuali.rice.kew.mail   
org.kuali.rice.kew.mail.service.impl   
org.kuali.rice.kew.messaging.exceptionhandling   
org.kuali.rice.kew.notes   
org.kuali.rice.kew.notification   
org.kuali.rice.kew.plugin   
org.kuali.rice.kew.postprocessor   
org.kuali.rice.kew.preferences   
org.kuali.rice.kew.quicklinks   
org.kuali.rice.kew.responsibility   
org.kuali.rice.kew.role   
org.kuali.rice.kew.role.service.impl   
org.kuali.rice.kew.routeheader   
org.kuali.rice.kew.routelog.web   
org.kuali.rice.kew.routemanager   
org.kuali.rice.kew.routemodule   
org.kuali.rice.kew.routing   
org.kuali.rice.kew.rule   
org.kuali.rice.kew.rule.service.impl   
org.kuali.rice.kew.rule.xmlrouting   
org.kuali.rice.kew.server   
org.kuali.rice.kew.service.impl   
org.kuali.rice.kew.test   
org.kuali.rice.kew.transformation   
org.kuali.rice.kew.workgroup   
org.kuali.rice.kew.xml   
org.kuali.rice.kew.xml.export   
 

Uses of KEWTestCase in org.kuali.rice.coreservice.impl.style
 

Subclasses of KEWTestCase in org.kuali.rice.coreservice.impl.style
 class StyleServiceImplTest
          Tests StyleServiceImpl
 

Uses of KEWTestCase in org.kuali.rice.edl.impl
 

Subclasses of KEWTestCase in org.kuali.rice.edl.impl
 class EDLControllerTest
           
 class EDLCreationTest
           
 class EDLGlobalConfigFactoryTest
           
 class EDocLitePostProcessorTest
          This is a Test class to verify the edoc lite post processor.
 class EDocLiteServiceImplTest
          Tests EDocLiteServiceImpl
 class EDocLiteXPathTest
          This class is used to test edoc lite xml xpath operations
 class OfficeOfAffirmativeActionTest
          Tests the web GUI for the ActionList.
 

Uses of KEWTestCase in org.kuali.rice.kew.actionitem
 

Subclasses of KEWTestCase in org.kuali.rice.kew.actionitem
 class ActionItemServiceTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.actionlist
 

Subclasses of KEWTestCase in org.kuali.rice.kew.actionlist
 class ActionListTest
           
 class OutboxTest
          Tests Outbox functionality
 

Uses of KEWTestCase in org.kuali.rice.kew.actionrequest
 

Subclasses of KEWTestCase in org.kuali.rice.kew.actionrequest
 class ActionRequestScenariosTest
          This is a description of what this class does - jjhanso don't forget to fill this in.
 class DocumentRefreshQueueTest
          Tests the reference implementation of the DocumentRefreshQueue.
 

Uses of KEWTestCase in org.kuali.rice.kew.actionrequest.service.impl
 

Subclasses of KEWTestCase in org.kuali.rice.kew.actionrequest.service.impl
 class NotificationSuppressionTest
          This is a description of what this class does - gilesp don't forget to fill this in.
 

Uses of KEWTestCase in org.kuali.rice.kew.actions
 

Subclasses of KEWTestCase in org.kuali.rice.kew.actions
 class AcknowledgeActionTest
           
 class AdHocRouteTest
           
 class ApproveActionTest
           
 class BlanketApproveTest
           
 class CancelActionTest
           
 class ClearFYIActionTest
           
 class CreateDocumentTest
           
 class DisapproveActionTest
           
 class FutureRequestsTest
          Tests users requesting to see all future requests, not seeing any future requests on documents and the clearing of those statuses on documents.
 class LogDocumentActionTest
           
 class MoveDocumentTest
           
 class RecallActionTest
           
 class ReleaseWorkgroupAuthorityTest
           
 class ReturnToPreviousNodeActionTest
           
 class RevokeAdHocActionTest
           
 class RoleTest
           
 class RouteDocumentTest
           
 class RouteLogAuthenticationTest
           
 class SaveActionEventTest
           
 class SuperUserActionRequestApproveEventTest
          Tests the super user actions available on the API.
 class SuperUserActionTest
          Tests the super user actions available on the API.
 class SuperUserCancelTest
          Test SuperUserCancel through WorkflowDocument
 class SuperUserDisapproveTest
          Test SuperUserDissaprove actions from WorkflowDocument
 class TakeWorkgroupAuthorityTest
           
 class ValidActionsTest
           
 class VariablesTest
          Test case that tests setting and getting variables, both programmatically and via the "SetVar" node; stolen directly from ApproveActionTest.testPreapprovals
 

Uses of KEWTestCase in org.kuali.rice.kew.actions.asyncservices
 

Subclasses of KEWTestCase in org.kuali.rice.kew.actions.asyncservices
 class ActionInvocationQueueImplTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.batch
 

Subclasses of KEWTestCase in org.kuali.rice.kew.batch
 class IngesterActionTest
          Tests workflow Struts IngesterAction
 class XmlIngestionTest
          Tests XML "ingestion" pipeline
 

Uses of KEWTestCase in org.kuali.rice.kew.clientapp
 

Subclasses of KEWTestCase in org.kuali.rice.kew.clientapp
 class DocumentContentTest
          Tests that client interaction with document content behaves approriately.
 class WorkflowDocumentTest
          Place to test WorkflowDocument.
 class WorkflowInfoTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.docmentlink
 

Subclasses of KEWTestCase in org.kuali.rice.kew.docmentlink
 class DocumentLinkTest
          This is a description of what this class does - g1zhang don't forget to fill this in.
 

Uses of KEWTestCase in org.kuali.rice.kew.docsearch
 

Subclasses of KEWTestCase in org.kuali.rice.kew.docsearch
 class DocumentSearchCustomizerTest
          An integration test for the DocumentSearchCustomizer class.
 class DocumentSearchSecurityTest
          This is a description of what this class does - jjhanso don't forget to fill this in.
 class DocumentSearchTest
           
 class DocumentSearchTestBase
          This is a base class used for document search unit test classes to consolidate some helper methods
 class SearchableAttributeTest
          Tests the StandardGenericXMLSearchableAttribute.
 

Uses of KEWTestCase in org.kuali.rice.kew.docsearch.xml
 

Subclasses of KEWTestCase in org.kuali.rice.kew.docsearch.xml
 class StandardGenericXMLSearchableAttributeRangesTest
          Tests the StandardGenericXMLSearchableAttribute.
 class StandardGenericXMLSearchableAttributeTest
          Tests the StandardGenericXMLSearchableAttribute.
 

Uses of KEWTestCase in org.kuali.rice.kew.doctype
 

Subclasses of KEWTestCase in org.kuali.rice.kew.doctype
 class DocumentTypeMaintainableTest
          This class is used to test the DocumentTypeMaintainable
 class DocumentTypePermissionServiceTest
           
 class DocumentTypeTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.engine
 

Subclasses of KEWTestCase in org.kuali.rice.kew.engine
 class DynamicRoutingTest
           
 class EmptyProcessTest
          Integration test cases for documents with empty processes
 class ParallelRoutingTest
           
 class PostProcessorSpawnedDocumentTest
          Tests a new document being spawned from the post processing of an existing document
 class RouteNodeConfigParamTest
          Tests the parsing of route node config params
 class SequentialRoutingTest
           
 class StandardWorkflowEngineTest
           
 class SubProcessRoutingTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.engine.node
 

Subclasses of KEWTestCase in org.kuali.rice.kew.engine.node
 class BranchTest
          Tests on functionality within the Branch class.
 class RouteNodeServiceTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.engine.node.hierarchyrouting
 

Subclasses of KEWTestCase in org.kuali.rice.kew.engine.node.hierarchyrouting
 class HierarchyRoutingNodeTest
          Tests HeirarchyRoutingNode
 

Uses of KEWTestCase in org.kuali.rice.kew.framework.support.krms
 

Subclasses of KEWTestCase in org.kuali.rice.kew.framework.support.krms
 class KewToRulesEngineIntegrationTest
          An integration test which tests KEW integration with KRMS producing PeopleFlows for routing purposes.
 

Uses of KEWTestCase in org.kuali.rice.kew.impl.peopleflow
 

Subclasses of KEWTestCase in org.kuali.rice.kew.impl.peopleflow
 class PeopleFlowBoTest
          Test the basic persistence of business objects related to PeopleFlows
 class PeopleFlowRoutingTest
          An integration test which tests document types with nodes on them which route to PeopleFlows in various configurations.
 class PeopleFlowServiceTest
          An integration test which tests the PeopleFlowService reference implementation.
 

Uses of KEWTestCase in org.kuali.rice.kew.mail
 

Subclasses of KEWTestCase in org.kuali.rice.kew.mail
 class EmailContentServiceTest
          Unit test for the EmailContentService
 class EmailMessageTest
          Tests email content generation
 class EmailReminderLifecycleTest
           
 class MailerTest
          Tests email content generation
 

Uses of KEWTestCase in org.kuali.rice.kew.mail.service.impl
 

Subclasses of KEWTestCase in org.kuali.rice.kew.mail.service.impl
 class ImmediateEmailReminderQueueImplTest
          This test case verifies that the the ImmediateEmailReminderQueue can be retrieved from teh KewApiServiceLocator and that calling it will
 

Uses of KEWTestCase in org.kuali.rice.kew.messaging.exceptionhandling
 

Subclasses of KEWTestCase in org.kuali.rice.kew.messaging.exceptionhandling
 class ExceptionRoutingServiceTest
          This is a unit test for testing the functionality of the ExceptionRoutingService.
 

Uses of KEWTestCase in org.kuali.rice.kew.notes
 

Subclasses of KEWTestCase in org.kuali.rice.kew.notes
 class NoteServiceTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.notification
 

Subclasses of KEWTestCase in org.kuali.rice.kew.notification
 class NotificationServiceTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.plugin
 

Subclasses of KEWTestCase in org.kuali.rice.kew.plugin
 class ExtraClassPathTest
          Tests that the extra classpath features of the plugin work as advertised.
 class HotDeployTest
          Tests the HotDeployer and Reloader which handle hot deployment and hot reloading of Plugins.
 class PluginConfigParserTest
          Tests that the PluginConfigParser properly parses the plugin config xml file.
 class ZipFilePluginLoaderTest
          Tests the ZipFilePluginLoader.
 

Uses of KEWTestCase in org.kuali.rice.kew.postprocessor
 

Subclasses of KEWTestCase in org.kuali.rice.kew.postprocessor
 class PostProcessorTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.preferences
 

Subclasses of KEWTestCase in org.kuali.rice.kew.preferences
 class PreferencesServiceTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.quicklinks
 

Subclasses of KEWTestCase in org.kuali.rice.kew.quicklinks
 class QuickLinksServiceTest
          Test the QuickLinks Service
 

Uses of KEWTestCase in org.kuali.rice.kew.responsibility
 

Subclasses of KEWTestCase in org.kuali.rice.kew.responsibility
 class ResponsibilityIdServiceTest
          Test the Responsibility ID Service
 

Uses of KEWTestCase in org.kuali.rice.kew.role
 

Subclasses of KEWTestCase in org.kuali.rice.kew.role
 class RoleRouteModuleTest
          Tests Role-based routing integration between KEW and KIM.
 

Uses of KEWTestCase in org.kuali.rice.kew.role.service.impl
 

Subclasses of KEWTestCase in org.kuali.rice.kew.role.service.impl
 class ActionRequestDerivedRoleTypeServiceImplTest
          Tests the ActionRequestDerivedRoleTypeServiceImpl class.
 

Uses of KEWTestCase in org.kuali.rice.kew.routeheader
 

Subclasses of KEWTestCase in org.kuali.rice.kew.routeheader
 class AppDocStatusTest
           
 class RouteHeaderServiceTest
           
 class WorkflowDocumentServiceTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.routelog.web
 

Subclasses of KEWTestCase in org.kuali.rice.kew.routelog.web
 class RouteLogActionTest
          Unit tests for RouteLogAction -- very incomplete, only tests populateRouteLogFutureRequests
 

Uses of KEWTestCase in org.kuali.rice.kew.routemanager
 

Subclasses of KEWTestCase in org.kuali.rice.kew.routemanager
 class ExceptionRoutingTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.routemodule
 

Subclasses of KEWTestCase in org.kuali.rice.kew.routemodule
 class RoutingReportServiceTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.routing
 

Subclasses of KEWTestCase in org.kuali.rice.kew.routing
 class RoutingToInactiveWorkgroupTest
           
 class RoutingWithEmptyWorkGroupTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.rule
 

Subclasses of KEWTestCase in org.kuali.rice.kew.rule
 class AddRuleDelegationTest
          Tests adding a delegation rule
 class AttributeClientRoutingDataValidationTest
          Tests that an attribute implementing WorkflowAttributeXmlValidator interface can be validated from the client application, including and especially edl.
 class NetworkIdRoleAttributeTest
           
 class PrincipalIdRoleAttributeTest
           
 class RoleAttributeTest
          Tests the generation of Action Requests from RoleAttributes
 class RuleTemplateAttributeTest
          Tests the RuleTemplateAttribute class.
 class RuleTemplateDefaultsTest
          This class tests the code that handles the default values for the rule templates.
 class RuleValidationAttributeRemotingTest
          Tests invoking the RuleValidationAttribute services.
 class RuleXmlParserTest
           
 class ServiceInvocationRuleTest
          Tests that a groovy expression in a rule can invoke an arbitrary service on the KSB
 class UniversityIdRoleAttributeTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.rule.service.impl
 

Subclasses of KEWTestCase in org.kuali.rice.kew.rule.service.impl
 class RoleServiceTest
          Tests the role re-resolving.
 class RuleServiceTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.rule.xmlrouting
 

Subclasses of KEWTestCase in org.kuali.rice.kew.rule.xmlrouting
 class StandardGenericXMLRuleAttributeTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.server
 

Subclasses of KEWTestCase in org.kuali.rice.kew.server
 class BeanConverterTester
           
 class DTOConverterTest
           
 class WorkflowUtilityTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.service.impl
 

Subclasses of KEWTestCase in org.kuali.rice.kew.service.impl
 class KEWModuleServiceIntTest
          Integration test for the KEWModuleService
 

Uses of KEWTestCase in org.kuali.rice.kew.test
 

Subclasses of KEWTestCase in org.kuali.rice.kew.test
 class OjbBeanTestCase
           
 class StartWorkflowTestEnv
           
 

Uses of KEWTestCase in org.kuali.rice.kew.transformation
 

Subclasses of KEWTestCase in org.kuali.rice.kew.transformation
 class Pipe
          This example shows how to chain a series of transformations by piping SAX events from one Transformer to another.
 class PipeTransformationTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.workgroup
 

Subclasses of KEWTestCase in org.kuali.rice.kew.workgroup
 class GroupXmlImportTest
          This is a description of what this class does - jjhanso don't forget to fill this in.
 

Uses of KEWTestCase in org.kuali.rice.kew.xml
 

Subclasses of KEWTestCase in org.kuali.rice.kew.xml
 class DeprecatedDocumentTagsTest
          This test case just ensures that deprecated document type XML elements can still be parsed properly.
 class DocumentTypeXmlParserTest
           
 class RuleTemplateXmlParserTest
          This is a Test class to test the rule template xml parser
 class XmlImportTest
           
 

Uses of KEWTestCase in org.kuali.rice.kew.xml.export
 

Subclasses of KEWTestCase in org.kuali.rice.kew.xml.export
 class DocumentTypeXmlExporterTest
           
 class GroupXmlExporterTest
          This is a description of what this class does - jjhanso don't forget to fill this in.
 class RuleAttributeXmlExporterTest
           
 class RuleTemplateXmlExporterTest
           
 class RuleXmlExporterTest
          Tests the RuleXmlExporter by importing XML, exporting it, and then re-importing the xml.

NOTE: It's important to note that the success of this test depends on all of the Rules in any XML having unique descriptions as this is the only way for the test to identify the rules from the original imported XML and the XML imported from the export.
 class StyleXmlExporterTest
          Tests exporting Styles
 class WorkgroupXmlExporterTest
           
 class XmlExporterTestCase
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.