BudgetAnalyser.Engine.UnitTest.Ledger.LedgerBookToDtoMapperTest.NumberOfDataLedgerTransactionPropertiesShouldBe7 C# (CSharp) Method

NumberOfDataLedgerTransactionPropertiesShouldBe7() private method

private NumberOfDataLedgerTransactionPropertiesShouldBe7 ( ) : void
return void
        public void NumberOfDataLedgerTransactionPropertiesShouldBe7()
        {
            int dataProperties = typeof(LedgerTransactionDto).CountProperties();
            Assert.AreEqual(7, dataProperties);
        }