| |
|
| org.kuali.kfs.context.KualiTestBase org.kuali.module.financial.rules.CashReceiptDocumentRuleTest
CashReceiptDocumentRuleTest | public class CashReceiptDocumentRuleTest extends KualiTestBase (Code) | | This class tests the CashReciptDocumentRule s
|
testIsDebit_asset_negativeAmount | public void testIsDebit_asset_negativeAmount() throws Exception(Code) | | tests false is returned for a negative asset
throws: Exception - |
testIsDebit_asset_positveAmount | public void testIsDebit_asset_positveAmount() throws Exception(Code) | | tests true is returned for a positive asset
throws: Exception - |
testIsDebit_asset_zeroAmount | public void testIsDebit_asset_zeroAmount() throws Exception(Code) | | tests an IllegalStateException is thrown for a zero asset
throws: Exception - |
testIsDebit_errorCorrection | public void testIsDebit_errorCorrection() throws Exception(Code) | | test that an IllegalStateException gets thrown for an error correction document
throws: Exception - |
testIsDebit_expense_negativeAmount | public void testIsDebit_expense_negativeAmount() throws Exception(Code) | | tests false is returned for a negative expense
throws: Exception - |
testIsDebit_expense_positveAmount | public void testIsDebit_expense_positveAmount() throws Exception(Code) | | tests true is returned for a positive expense
throws: Exception - |
testIsDebit_expense_zeroAmount | public void testIsDebit_expense_zeroAmount() throws Exception(Code) | | tests an IllegalStateException is thrown for a zero expense
throws: Exception - |
testIsDebit_income_negativeAmount | public void testIsDebit_income_negativeAmount() throws Exception(Code) | | tests true is returned for a negative income
throws: Exception - |
testIsDebit_income_positveAmount | public void testIsDebit_income_positveAmount() throws Exception(Code) | | tests false is returned for a positive income
throws: Exception - |
testIsDebit_income_zeroAmount | public void testIsDebit_income_zeroAmount() throws Exception(Code) | | tests an IllegalStateException is thrown for a zero income
throws: Exception - |
testIsDebit_liability_negativeAmount | public void testIsDebit_liability_negativeAmount() throws Exception(Code) | | tests true is returned for a negative liability
throws: Exception - |
testIsDebit_liability_positveAmount | public void testIsDebit_liability_positveAmount() throws Exception(Code) | | tests false is returned for aity
throws: Exception - |
testIsDebit_liability_zeroAmount | public void testIsDebit_liability_zeroAmount() throws Exception(Code) | | tests an IllegalStateException is thrown for a zero liability
throws: Exception - |
|
|
|