org.kuali.hr.time.roles.service
Class TkRoleServiceTest

java.lang.Object
  extended by org.kuali.rice.test.BaseRiceTestCase
      extended by org.kuali.rice.test.RiceTestCase
          extended by org.kuali.rice.test.RiceInternalSuiteDataTestCase
              extended by org.kuali.hr.test.KPMETestCase
                  extended by org.kuali.hr.time.roles.service.TkRoleServiceTest
All Implemented Interfaces:
org.kuali.rice.test.MethodAware

public class TkRoleServiceTest
extends KPMETestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.hr.test.KPMETestCase
KPMETestCase.ClearCacheLifecycle
 
Field Summary
static String ADMIN
           
static String TEST_USER
           
static Long WORK_AREA
           
 
Fields inherited from class org.kuali.rice.test.RiceTestCase
DEFAULT_TEST_HARNESS_SPRING_BEANS, failedSuiteTestName, perTestLifeCycles, SUITE_LIFE_CYCLES_FAILED, SUITE_LIFE_CYCLES_RAN, suiteLifeCycles
 
Fields inherited from class org.kuali.rice.test.BaseRiceTestCase
log, method
 
Constructor Summary
TkRoleServiceTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testGetAnyWorkAreaRoles()
           
 void testGetApproverWorkAreaRoles()
           
 void testGetEffectiveDateRolesForPrincipal()
           
 void testGetRolesForPrincipal()
           
 void testPositionRole()
           
 
Methods inherited from class org.kuali.hr.test.KPMETestCase
futureEffectiveDateValidation, getModuleName, getPerTestLifecycles, getSuiteLifecycles, getWebClient, setFieldValue, setWebClient
 
Methods inherited from class org.kuali.rice.test.RiceInternalSuiteDataTestCase
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData, loadSuiteTestData
 
Methods inherited from class org.kuali.rice.test.RiceTestCase
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getLoadApplicationLifecycle, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles
 
Methods inherited from class org.kuali.rice.test.BaseRiceTestCase
getName, getPerTestDataLoaderLifecycle, resetLogLevels, setLogLevel, setName, setTestMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMIN

public static final String ADMIN
See Also:
Constant Field Values

TEST_USER

public static final String TEST_USER
See Also:
Constant Field Values

WORK_AREA

public static final Long WORK_AREA
Constructor Detail

TkRoleServiceTest

public TkRoleServiceTest()
Method Detail

testGetAnyWorkAreaRoles

public void testGetAnyWorkAreaRoles()
                             throws Exception
Throws:
Exception

testGetApproverWorkAreaRoles

public void testGetApproverWorkAreaRoles()
                                  throws Exception
Throws:
Exception

testGetRolesForPrincipal

public void testGetRolesForPrincipal()
                              throws Exception
Throws:
Exception

testGetEffectiveDateRolesForPrincipal

public void testGetEffectiveDateRolesForPrincipal()
                                           throws Exception
Throws:
Exception

testPositionRole

public void testPositionRole()
                      throws Exception
Throws:
Exception

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class KPMETestCase
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class KPMETestCase
Throws:
Exception


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