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

Inheritance: BudgetAnalyser.Engine.Budget.InMemoryBudgetBucketRepository
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Méthodes publiques

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

Method Details

BucketBucketRepoAlwaysFind() public méthode

public BucketBucketRepoAlwaysFind ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetByCode() public méthode

public GetByCode ( string code ) : BudgetBucket
code string
Résultat BudgetAnalyser.Engine.Budget.BudgetBucket

Initialise() public méthode

public Initialise ( IEnumerable buckets ) : void
buckets IEnumerable
Résultat void

IsValidCode() public méthode

public IsValidCode ( string code ) : bool
code string
Résultat bool