BudgetAnalyser.Engine.UnitTest.Statement.StatementModelToDtoMapperTest.ShouldMapAllTransactions C# (CSharp) Method

ShouldMapAllTransactions() private method

private ShouldMapAllTransactions ( ) : void
return void
        public void ShouldMapAllTransactions()
        {
            Assert.AreEqual(TestData.AllTransactions.Count(), Result.Transactions.Count());
        }