public class GeneralLedgerTestHelper extends Object
| Constructor and Description |
|---|
GeneralLedgerTestHelper() |
| Modifier and Type | Method and Description |
|---|---|
static List |
loadOutputOriginEntriesFromClasspath(String nameOfOutputOriginEntryFileFromFis)
Loads a file of String-formatted Origin Entries from the class path
|
static List |
loadOutputOriginEntriesFromClasspath(String nameOfOutputOriginEntryFileFromFis,
Date date)
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.
|
public GeneralLedgerTestHelper()
public static List loadOutputOriginEntriesFromClasspath(String nameOfOutputOriginEntryFileFromFis) throws IOException
nameOfOutputOriginEntryFileFromFis - the name of the file to loadIOException - thrown if the file cannot be readpublic static List loadOutputOriginEntriesFromClasspath(String nameOfOutputOriginEntryFileFromFis, Date date) throws IOException
nameOfOutputOriginEntryFileFromFis - the name of the file to loadIOException - thrown if the file cannot be readCopyright © 2004–2015 The Kuali Foundation. All rights reserved.