| org.kuali.kfs.context.KualiTestBase org.kuali.module.gl.bo.OriginEntryTest
OriginEntryTest | public class OriginEntryTest extends KualiTestBase (Code) | | A basic test of origin entry, making sure that line parsing works as expected
|
OriginEntryTest | public OriginEntryTest()(Code) | | Constructs a OriginEntryTest instance
|
testGetLine | public void testGetLine() throws Exception(Code) | | Tests that converting String-formatted origin entries to origin entries to String-formatted entries again
has the expected format
throws: Exception - thrown if the parsing of the entry went really really bad? It's doubtful this exception will ever be thrown for this test |
|
|