BudgetAnalyser.Engine.UnitTest.Statement.TransactionDtoTest.NumberOfPropertiesShouldBe10 C# (CSharp) Method

NumberOfPropertiesShouldBe10() private method

private NumberOfPropertiesShouldBe10 ( ) : void
return void
        public void NumberOfPropertiesShouldBe10()
        {
            int dataProperties = typeof(TransactionDto).CountProperties();
            Assert.AreEqual(10, dataProperties);
        }
    }