BudgetAnalyser.Engine.UnitTest.Statement.TransactionTest.NumberOfPropertiesShouldBe11 C# (CSharp) Méthode

NumberOfPropertiesShouldBe11() private méthode

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