| |
|
| org.kuali.kfs.context.KualiTestBase org.kuali.module.gl.service.CollectorServiceTest
CollectorServiceTest | public class CollectorServiceTest extends KualiTestBase (Code) | | Test the CollectorService.
|
setUp | protected void setUp() throws Exception(Code) | | Initializes services needed by this test
See Also: junit.framework.TestCase.setUp |
testEmailSystemParametersExist | final public void testEmailSystemParametersExist() throws Exception(Code) | | Verifies system parameters needed to send the collector email exists.
|
testPerformValidate_duplicateHeader | final public void testPerformValidate_duplicateHeader() throws Exception(Code) | | Verifies an error is added when the batch header is a duplicate (a batch loaded previously had the same header).
|
testPerformValidation_mixedBalanceTypes | final public void testPerformValidation_mixedBalanceTypes() throws Exception(Code) | | Verifies an error is added when the batch entries contain multiple balance types. Note: Actual test values here do not have
to be valid balance types, only need to be different.
|
testPerformValidation_mixedDocumentTypes | final public void testPerformValidation_mixedDocumentTypes() throws Exception(Code) | | Verifies an error is added when the batch entries contain multiple document types. Note: Actual test values here do not have
to be valid document types, only need to be different.
|
testPerformValidation_unmatchedDetailKey | final public void testPerformValidation_unmatchedDetailKey() throws Exception(Code) | | Verifies an error is added when a collector detail key does not have a matching gl entry. Note: Actual test values do have to
be valid, only need to be different from the gl record to the detail
|
|
|
|