BudgetAnalyser.Engine.UnitTest.Persistence.ApplicationDatabaseToDtoMapperTest.ShouldMapLedgerBookRootDto C# (CSharp) Method

ShouldMapLedgerBookRootDto() private method

private ShouldMapLedgerBookRootDto ( ) : void
return void
        public void ShouldMapLedgerBookRootDto()
        {
            Assert.AreEqual("Ledger.xml", this.result.LedgerBookRootDto.Source);
        }