Initializes the services needed by this test
See Also: junit.framework.TestCase.setUp
testSufficientFunds_AccountInsufficientFunds
public void testSufficientFunds_AccountInsufficientFunds() throws Exception(Code)
Tests account sufficient funds checking on a sufficient funds balance without sufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_AccountNegativeBalanceCreditExpense() throws Exception(Code)
Tests account sufficient funds checking on a negative sufficient funds balance and a credit expense transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_AccountNegativeBalanceDebitExpense() throws Exception(Code)
Tests account sufficient funds checking on a negative sufficient funds balance and a debit expense transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_AccountPendingLedgerEntriesInsufficientFunds() throws Exception(Code)
Tests account sufficient funds checking on a sufficient funds balance where pending ledger entries will not provide sufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_AccountPendingLedgerEntriesSufficientFunds() throws Exception(Code)
Tests account sufficient funds checking on a sufficient funds balance where pending ledger entries will provide sufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_AccountSameAccountNegativeBalanceNetZeroChange() throws Exception(Code)
Tests account sufficient funds checking on a negative sufficient funds balance and two transactions that will cancel each other out
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_AccountSameAccountPositiveBalanceNetZeroChange() throws Exception(Code)
Tests account sufficient funds checking on a positive sufficient funds balance and two transactions that will cancel each other out
throws: Exception - thrown if any exception is encountered for any reason
testSufficientFunds_AccountSufficientFunds
public void testSufficientFunds_AccountSufficientFunds() throws Exception(Code)
Tests basic account sufficient funds checking
throws: Exception - thrown if any exception is encountered for any reason
testSufficientFunds_CashInsufficientFunds
public void testSufficientFunds_CashInsufficientFunds() throws Exception(Code)
Tests cash sufficient funds checking on a sufficient funds balance with insufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_CashNegativeBalanceCreditExpense() throws Exception(Code)
Tests cash sufficient funds checking on a negative sufficient funds balance and a transaction that is a credit expense
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_CashNegativeBalanceDebitExpense() throws Exception(Code)
Tests cash sufficient funds checking on a negative sufficient funds balance and a transaction that is a debit expense
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_CashPendingLedgerEntriesInsufficientFunds() throws Exception(Code)
Tests cash sufficient funds checking on a sufficient funds balance where pending entries will not provide sufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_CashPendingLedgerEntriesSufficientFunds() throws Exception(Code)
Tests cash sufficient funds checking on a sufficient funds balance where pending entries will provide sufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_CashSameAccountNegativeBalanceNetZeroChange() throws Exception(Code)
Tests cash sufficient funds checking on a negative sufficient funds balance and two transactions that cancel each other out
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_CashSameAccountPositiveBalanceNetZeroChange() throws Exception(Code)
Tests cash sufficient funds checking on a positive sufficient funds balance and two transactions that cancel each other out
throws: Exception - thrown if any exception is encountered for any reason
testSufficientFunds_CashSufficientFunds
public void testSufficientFunds_CashSufficientFunds() throws Exception(Code)
Tests basic cash sufficient funds checking
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ConsolidationInsufficientFunds() throws Exception(Code)
Tests consolidation sufficient funds checking on a sufficient funds balance that do not have sufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ConsolidationNegativeBalanceCreditExpense() throws Exception(Code)
Tests consolidation sufficient funds checking on a negative sufficient funds balance and a credit expense transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ConsolidationNegativeBalanceDebitExpense() throws Exception(Code)
Tests consolidation sufficient funds checking on a negative sufficient funds balance and a debit expense transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ConsolidationPendingLedgerEntriesInsufficientFunds() throws Exception(Code)
Tests consolidation sufficient funds checking on a sufficient funds balance where pending entries will not provide sufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ConsolidationPendingLedgerEntriesSufficientFunds() throws Exception(Code)
Tests consolidation sufficient funds checking on a sufficient funds balance where pending entries will provide sufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ConsolidationSameAccountNegativeBalanceNetZeroChange() throws Exception(Code)
Tests consolidation sufficient funds checking on a negative sufficient funds balance and two transactions that will cancel each other out
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ConsolidationSameAccountPositiveBalanceNetZeroChange() throws Exception(Code)
Tests consolidation sufficient funds checking on a positive sufficient funds balance and two transactions that will cancel each other out
throws: Exception - thrown if any exception is encountered for any reason
testSufficientFunds_ConsolidationSufficientFunds
public void testSufficientFunds_ConsolidationSufficientFunds() throws Exception(Code)
Tests the basic consolidation sufficient funds checking
throws: Exception - thrown if any exception is encountered for any reason
testSufficientFunds_LevelInsufficientFunds
public void testSufficientFunds_LevelInsufficientFunds() throws Exception(Code)
Tests level sufficient funds checking on a sufficient funds balance with insufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_LevelNegativeBalanceCreditExpense() throws Exception(Code)
Tests level sufficient funds checking on a negative sufficient funds balance and a transaction that is a credit expense
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_LevelNegativeBalanceDebitExpense() throws Exception(Code)
Tests level sufficient funds checking on a negative sufficient funds balance and a transaction that is a debit expense
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_LevelPendingLedgerEntriesInsufficientFunds() throws Exception(Code)
Tests level sufficient funds checking on a sufficient funds balance where pending entries will not provide sufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_LevelPendingLedgerEntriesSufficientFunds() throws Exception(Code)
Tests level sufficient funds checking on a sufficient funds balance where pending entries will provide the sufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_LevelSameAccountNegativeBalanceNetZeroChange() throws Exception(Code)
Tests level sufficient funds checking on a negative sufficient funds balance and two transactions that cancel each other out
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_LevelSameAccountPositiveBalanceNetZeroChange() throws Exception(Code)
Tests level sufficient funds checking on a positive sufficient funds balance and two transactions that cancel each other out
throws: Exception - thrown if any exception is encountered for any reason
testSufficientFunds_LevelSufficientFunds
public void testSufficientFunds_LevelSufficientFunds() throws Exception(Code)
Tests basic level sufficient funds checking
throws: Exception - thrown if any exception is encountered for any reason
testSufficientFunds_ObjectInsufficientFunds
public void testSufficientFunds_ObjectInsufficientFunds() throws Exception(Code)
Tests object sufficient funds checking on a sufficient funds balance with insufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ObjectNegativeBalanceCreditExpense() throws Exception(Code)
Tests object sufficient funds checking on a negative sufficient funds balance and a credit expense transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ObjectNegativeBalanceDebitExpense() throws Exception(Code)
Tests object sufficient funds checking on a negative sufficient funds balance and a debit expense transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ObjectPendingLedgerEntriesInsufficientFunds() throws Exception(Code)
Tests object sufficient funds checking on a sufficient funds balance where pending entries will not provide sufficient funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ObjectPendingLedgerEntriesSufficientFunds() throws Exception(Code)
Tests object sufficient funds checking on a sufficient funds balance where pending entries will provide sufficent funds for a transaction
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ObjectSameAccountNegativeBalanceNetZeroChange() throws Exception(Code)
Tests object sufficient funds checking on a negative sufficient funds balance and two transactions that cancel each other out
throws: Exception - thrown if any exception is encountered for any reason
public void testSufficientFunds_ObjectSameAccountPositiveBalanceNetZeroChange() throws Exception(Code)
Tests object sufficient funds checking on a positive sufficient funds balance and two transactions that cancel each other out
throws: Exception - thrown if any exception is encountered for any reason
testSufficientFunds_ObjectSufficientFunds
public void testSufficientFunds_ObjectSufficientFunds() throws Exception(Code)
Tests basic object sufficient funds checking
throws: Exception - thrown if any exception is encountered for any reason
Fields inherited from org.kuali.kfs.context.KualiTestBase