BudgetAnalyser.Engine.UnitTest.Ledger.LedgerBookToDtoMapperTest.NumberOfDataLedgerTransactionPropertiesShouldBe7 C# (CSharp) 메소드

NumberOfDataLedgerTransactionPropertiesShouldBe7() 개인적인 메소드

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