| |
|
| org.kuali.kfs.context.KualiTestBase org.kuali.module.gl.batch.CollectorStepTest
CollectorStepTest | public class CollectorStepTest extends KualiTestBase (Code) | | Tests the CollecterStep. DEPENDENCIES: Collector card xml file transaction1.xml must be in /opt/kuali/dev/staging/collector/ this
file can be obtained by running the project's ant dist-local, or copying from
build/externalConfigDirectory/static/staging/collector/
|
CollectorStepTest | public CollectorStepTest()(Code) | | Constructs a CollectorStepTest instance
|
deleteDoneFile | protected void deleteDoneFile()(Code) | | Deletes the file created in setUp()
|
generateDoneFileName | protected String generateDoneFileName()(Code) | | Generates the standard name of the .done file to check
the full path and name of the done file to check |
isDoneFileExists | protected boolean isDoneFileExists()(Code) | | Determines if the .done file with the expected file name exists
true if the done file exists, false otherwise |
setUp | protected void setUp() throws Exception(Code) | | Creats .done file for test input file.
See Also: junit.framework.TestCase.setUp |
testAll | public void testAll() throws Exception(Code) | | Tests the whole step completes successfully.
|
|
|
|