BudgetAnalyser.Engine.UnitTest.Statement.TransactionDtoTest.NumberOfPropertiesShouldBe10 C# (CSharp) Méthode

NumberOfPropertiesShouldBe10() private méthode

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