BudgetAnalyser.Engine.UnitTest.Ledger.LedgerBookToDtoMapperTest.NumberOfDataLedgerBookPropertiesShouldBe6 C# (CSharp) Méthode

NumberOfDataLedgerBookPropertiesShouldBe6() private méthode

private NumberOfDataLedgerBookPropertiesShouldBe6 ( ) : void
Résultat void
        public void NumberOfDataLedgerBookPropertiesShouldBe6()
        {
            int dataProperties = typeof(LedgerBookDto).CountProperties();
            Assert.AreEqual(6, dataProperties);
        }