| |
|
| org.kuali.kfs.context.KualiTestBase org.kuali.module.financial.document.JournalVoucherDocumentTest
JournalVoucherDocumentTest | public class JournalVoucherDocumentTest extends KualiTestBase (Code) | | This class is used to test JournalVoucherDocument.
|
testAddAccountingLine | final public void testAddAccountingLine() throws Exception(Code) | | |
testConvertIntoCopy | public void testConvertIntoCopy() throws Exception(Code) | | Had to override b/c there are too many differences between the JV and the standard document structure (i.e. GLPEs generate
differently, routing isn't standard, etc).
See Also: org.kuali.core.document.AccountingDocumentTestBase.testConvertIntoCopy |
testConvertIntoCopy_copyDisallowed | final public void testConvertIntoCopy_copyDisallowed() throws Exception(Code) | | |
testConvertIntoErrorCorrection | public void testConvertIntoErrorCorrection() throws Exception(Code) | | Had to override b/c there are too many differences between the JV and the standard document structure (i.e. GLPEs generate
differently, routing isn't standard, etc).
See Also: org.kuali.core.document.AccountingDocumentTestBase.testConvertIntoErrorCorrection |
testConvertIntoErrorCorrection_documentAlreadyCorrected | final public void testConvertIntoErrorCorrection_documentAlreadyCorrected() throws Exception(Code) | | |
testConvertIntoErrorCorrection_errorCorrectionDisallowed | final public void testConvertIntoErrorCorrection_errorCorrectionDisallowed() throws Exception(Code) | | |
testConvertIntoErrorCorrection_invalidYear | final public void testConvertIntoErrorCorrection_invalidYear() throws Exception(Code) | | |
testGetNewDocument | final public void testGetNewDocument() throws Exception(Code) | | |
testRouteDocument | public void testRouteDocument() throws Exception(Code) | | Override b/c the status changing is flakey with this doc b/c routing is special (goes straight to final).
See Also: org.kuali.core.document.DocumentTestBase.testRouteDocument |
testSaveDocument | final public void testSaveDocument() throws Exception(Code) | | |
|
|
|