BudgetAnalyser.Engine.UnitTest.Budget.DtoToBudgetModelMapperTest.ShouldMapLastModifiedComment C# (CSharp) Method

ShouldMapLastModifiedComment() private method

private ShouldMapLastModifiedComment ( ) : void
return void
        public void ShouldMapLastModifiedComment()
        {
            Assert.AreEqual("The quick brown fox jumped over the lazy dog.", Result.LastModifiedComment);
        }