| |
|
| org.kuali.kfs.context.KualiTestBase org.kuali.module.gl.batch.PurgeTest
setUp | protected void setUp() throws Exception(Code) | | Sets up this method by getting the needed services from the SpringContext
See Also: junit.framework.TestCase.setUp |
testPurgeAccountBalances | public void testPurgeAccountBalances() throws Exception(Code) | | Tests that account balances are purged before 1999
throws: Exception - thrown if something (likely a SQL issue) goes wrong |
testPurgeBalance | public void testPurgeBalance() throws Exception(Code) | | Tests that balances are purged before 1999
throws: Exception - thrown if something (likely a SQL issue) goes wrong |
testPurgeCollectorDetail | public void testPurgeCollectorDetail() throws Exception(Code) | | Tests that collector details are purged before 2002
throws: Exception - thrown if something (likely a SQL issue) goes wrong |
testPurgeEncumbrance | public void testPurgeEncumbrance() throws Exception(Code) | | Tests that encumbrances are purged before 2002
throws: Exception - thrown if something (likely a SQL issue) goes wrong |
testPurgeEntry | public void testPurgeEntry() throws Exception(Code) | | Tests that entries created before 2002 are purged
throws: Exception - thrown if something (likely a SQL issue) goes wrong |
testPurgeSufficientFundsBalances | public void testPurgeSufficientFundsBalances() throws Exception(Code) | | Tests that sufficient funds balances are purged before 1999
throws: Exception - thrown if something (likely a SQL issue) goes wrong |
|
|
|