BudgetAnalyser.Engine.UnitTest.Budget.BudgetCollectionToDtoMapperTest.NumberOfBudgetCollectionDtoPropertiesShouldBe3 C# (CSharp) 메소드

NumberOfBudgetCollectionDtoPropertiesShouldBe3() 개인적인 메소드

private NumberOfBudgetCollectionDtoPropertiesShouldBe3 ( ) : void
리턴 void
        public void NumberOfBudgetCollectionDtoPropertiesShouldBe3()
        {
            int dataProperties = typeof(BudgetCollectionDto).CountProperties();
            Assert.AreEqual(3, dataProperties);
        }