| java.lang.Object org.kuali.module.gl.util.GeneralLedgerTestHelper
GeneralLedgerTestHelper | public class GeneralLedgerTestHelper (Code) | | Utilities for helping set up and run GL tests, mostly giving GL unit test writers the ability
to load flat files of String-formatted origin entries from the classpath
|
loadOutputOriginEntriesFromClasspath | public static List loadOutputOriginEntriesFromClasspath(String nameOfOutputOriginEntryFileFromFis) throws IOException(Code) | | Loads a file of String-formatted Origin Entries from the class path
Parameters: nameOfOutputOriginEntryFileFromFis - the name of the file to load a List of origin entries throws: IOException - thrown if the file cannot be read |
loadOutputOriginEntriesFromClasspath | public static List loadOutputOriginEntriesFromClasspath(String nameOfOutputOriginEntryFileFromFis, Date date) throws IOException(Code) | | This method differs from OriginEntryServiceImpl.loadFlatFile in that it loads a file using a classloader instead of loading a
file from an absolute file path. This allows and in fact requires that the file from which the entries will be loaded be
checked into the source repository along with this test.
Parameters: nameOfOutputOriginEntryFileFromFis - the name of the file to load a List of origin entries throws: IOException - thrown if the file cannot be read |
|
|