BudgetAnalyser.Engine.UnitTest.Ledger.DtoToLedgerTransactionMapperTest.ShouldMapTransactionType C# (CSharp) Method

ShouldMapTransactionType() private method

private ShouldMapTransactionType ( ) : void
return void
        public void ShouldMapTransactionType()
        {
            Assert.IsInstanceOfType(Result, typeof(CreditLedgerTransaction));
        }