BudgetAnalyser.Engine.UnitTest.Ledger.LedgerBook_ReconcileTest.Reconcile_WithStatementSpentMonthlyLedgerShouldSupplementShortfall_GivenTestData1 C# (CSharp) Метод

Reconcile_WithStatementSpentMonthlyLedgerShouldSupplementShortfall_GivenTestData1() приватный Метод

        public void Reconcile_WithStatementSpentMonthlyLedgerShouldSupplementShortfall_GivenTestData1()
        {
            ReconciliationResult result = Act();
            this.subject.Output(true);
            Assert.AreEqual(0M, result.Reconciliation.Entries.Single(e => e.LedgerBucket.BudgetBucket.Code == TestDataConstants.PhoneBucketCode).Balance);
        }
LedgerBook_ReconcileTest