| org.kuali.kfs.context.KualiTestBase org.kuali.module.gl.service.GeneralLedgerPendingEntryServiceTest
GeneralLedgerPendingEntryServiceTest | public class GeneralLedgerPendingEntryServiceTest extends KualiTestBase (Code) | | This class tests the GeneralLedgerPending service.
|
setUp | protected void setUp() throws Exception(Code) | | Initalizes the services needef or this test; also, since this test creates a fake document, deletes
any entries from the real version of that document if they exist
See Also: junit.framework.TestCase.setUp |
testDelete | public void testDelete() throws Exception(Code) | | Covers GeneralLedgerPendingEntryService.delete
throws: Exception - thrown if any exception is encountered for any reason |
testFindApprovedPendingLedgerEntries | public void testFindApprovedPendingLedgerEntries()(Code) | | Covers GeneralLedgerPendingEntryService.findApprovedPendingLedgerEntries
|
testGetByPrimaryId | public void testGetByPrimaryId() throws Exception(Code) | | Covers GeneralPendingLedgerEntryService.getByPrimaryId (though, yeah, testSave does too, technically)
throws: Exception - thrown if any exception is encountered for any reason |
testSave | public void testSave() throws Exception(Code) | | Tests that pending entries are saved and retrieved properly
throws: Exception - thrown if any exception is encountered for any reason |
|
|