BudgetAnalyser.Engine.UnitTest.Statement.TransactionTest.NumberOfPropertiesShouldBe11 C# (CSharp) Method

NumberOfPropertiesShouldBe11() private method

private NumberOfPropertiesShouldBe11 ( ) : void
return void
        public void NumberOfPropertiesShouldBe11()
        {
            int dataProperties = typeof(Transaction).CountProperties();
            Assert.AreEqual(11, dataProperties);
        }
    }