org.kuali.rice.kew.util
Class UtilitiesTest

java.lang.Object
  extended by org.kuali.rice.kew.util.UtilitiesTest

public class UtilitiesTest
extends Object

Tests the various static methods in the Utilities class.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
UtilitiesTest()
           
 
Method Summary
 void RouteLogActionRequestSorterTest_AR1_Active()
          AR1 is active and AR2 is initialized and hence the expected result is AR1 comes first.
 void RouteLogActionRequestSorterTest_AR2_Active()
          AR1 is Initialized and AR2 is Active and hence the expected result is AR2 comes first.
 void RouteLogActionRequestSorterTest_Both_Active()
          AR1 and AR2 both are active and hence the call should go to PrioritySorter and result should be based on the priority Level.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilitiesTest

public UtilitiesTest()
Method Detail

RouteLogActionRequestSorterTest_AR1_Active

public void RouteLogActionRequestSorterTest_AR1_Active()
AR1 is active and AR2 is initialized and hence the expected result is AR1 comes first.


RouteLogActionRequestSorterTest_AR2_Active

public void RouteLogActionRequestSorterTest_AR2_Active()
AR1 is Initialized and AR2 is Active and hence the expected result is AR2 comes first.


RouteLogActionRequestSorterTest_Both_Active

public void RouteLogActionRequestSorterTest_Both_Active()
AR1 and AR2 both are active and hence the call should go to PrioritySorter and result should be based on the priority Level.



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.