C# Class BudgetAnalyser.Engine.UnitTest.Account.AccountTypeRepositoryTest

Datei anzeigen Open project: Benrnz/BudgetAnalyser

Private Methods

Method Description
AddingDuplicateEntryShouldNotThrow ( ) : void
AddingEmptyKeyEntryShouldThrow ( ) : void
AddingNewEntryShouldBeRetrievableByKey ( ) : void
AddingNullEntryShouldThrow ( ) : void
AddingNullKeyEntryShouldThrow ( ) : void
CreateSubject ( ) : InMemoryAccountTypeRepository
CreateTestData ( ) : AmexAccount
CreateTestData2 ( ) : ChequeAccount
FindExistingValueShouldSucceed ( ) : void
FindNonExistentValueShouldFail ( ) : void
GetOrCreateNewDuplicateEntryShouldNotThrow ( ) : void