C# Класс BudgetAnalyser.Engine.UnitTest.Ledger.ReconciliationManagerTest_Reconcile

Показать файл Открыть проект

Приватные методы

Метод Описание
Act ( System.DateTime reconciliationDate = null, IEnumerable bankBalances = null, bool ignoreWarnings = false ) : void
ActOnTestData5 ( StatementModel statementModelTestData = null, bool ignoreWarnings = false ) : void
MonthEndReconciliation_ShouldCreateSingleUseMatchingRulesForTransferToDos ( ) : void
Reconcile_ShouldNotThrow_GivenTestData1AndUnclassifiedTransactionsOutsideReconPeriod ( ) : void
Reconcile_ShouldThrowValidationWarning_GivenStatmentIsMissingTransactionsForLastDay ( ) : void
Reconcile_ShouldThrowValidationWarning_GivenTwoOrMoreWarningsHaveAlreadyBeenThrown ( ) : void
Reconcile_ShouldThrowWhenAutoMatchingTransactionAreMissingFromStatement_GivenTestData5 ( ) : void
Reconcile_ShouldThrow_GivenInvalidLedgerBook ( ) : void
Reconcile_ShouldThrow_GivenTestData1AndNoStatementModelTransactions ( ) : void
Reconcile_ShouldThrow_GivenTestData1AndUnclassifiedTransactions ( ) : void
Reconcile_ShouldThrow_GivenTestData1WithDateEqualToExistingLine ( ) : void
Reconcile_ShouldThrow_GivenTestData1WithDateLessThanExistingLine ( ) : void
TestIntialise ( ) : void