C# Class BudgetAnalyser.Engine.UnitTest.Ledger.LedgerTransactionToDtoMapperTest

ファイルを表示 Open project: Benrnz/BudgetAnalyser

Private Properties

Property Type Description
ShouldMapAmount void
ShouldMapBankAccount void
ShouldMapId void
ShouldMapNarrative void
ShouldMapTransactionType void
ShouldNotMapBankAccountForCreditLedgerTransaction void
ShouldNotMapBankAccountForDebitLedgerTransaction void
TestInitialise void

Public Methods

Method Description
LedgerTransactionToDtoMapperTest ( ) : System

Private Methods

Method Description
ShouldMapAmount ( ) : void
ShouldMapBankAccount ( ) : void
ShouldMapId ( ) : void
ShouldMapNarrative ( ) : void
ShouldMapTransactionType ( ) : void
ShouldNotMapBankAccountForCreditLedgerTransaction ( ) : void
ShouldNotMapBankAccountForDebitLedgerTransaction ( ) : void
TestInitialise ( ) : void

Method Details

LedgerTransactionToDtoMapperTest() public method

public LedgerTransactionToDtoMapperTest ( ) : System
return System