BudgetAnalyser.Engine.UnitTest.Ledger.LedgerBook_ReconcileTest.Reconcile_ShouldCreateToDoEntries_GivenTestData5 C# (CSharp) 메소드

Reconcile_ShouldCreateToDoEntries_GivenTestData5() 개인적인 메소드

private Reconcile_ShouldCreateToDoEntries_GivenTestData5 ( ) : void
리턴 void
        public void Reconcile_ShouldCreateToDoEntries_GivenTestData5()
        {
            ActOnTestData5();
            OutputToDoList();
            Assert.AreEqual(1, this.testDataToDoList.OfType<TransferTask>().Count(t => t.Reference.IsSomething() && t.BucketCode.IsSomething()));
        }
LedgerBook_ReconcileTest