C# Class BudgetAnalyser.Engine.UnitTest.TestHarness.BucketBucketRepoAlwaysFind

Inheritance: BudgetAnalyser.Engine.Budget.InMemoryBudgetBucketRepository
Mostra file Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
BucketBucketRepoAlwaysFind ( ) : System.Collections.Generic
GetByCode ( string code ) : BudgetBucket
Initialise ( IEnumerable buckets ) : void
IsValidCode ( string code ) : bool

Method Details

BucketBucketRepoAlwaysFind() public method

public BucketBucketRepoAlwaysFind ( ) : System.Collections.Generic
return System.Collections.Generic

GetByCode() public method

public GetByCode ( string code ) : BudgetBucket
code string
return BudgetAnalyser.Engine.Budget.BudgetBucket

Initialise() public method

public Initialise ( IEnumerable buckets ) : void
buckets IEnumerable
return void

IsValidCode() public method

public IsValidCode ( string code ) : bool
code string
return bool