Method | Description | |
---|---|---|
GetMatchingCategories ( string categoryName, IEnumerable |
Determines which categories are matching the given category name.
|
|
IsCategoryPartOfList ( string categoryName, IEnumerable |
Determines if the given category is part of the given list.
|
|
SearchCategories ( string categoryName, IEnumerable |
Searches for a category name within a set of given categories.
|
|
ValidateCategoryAcceptanceCriteria ( string categoryName, IEnumerable |
Determines if the given category is part of the give list.
|
public GetMatchingCategories ( string categoryName, IEnumerable |
||
categoryName | string | The category name to match. |
categories | IEnumerable |
The list of categories. |
return | IEnumerable |
public IsCategoryPartOfList ( string categoryName, IEnumerable |
||
categoryName | string | The category name to match. |
categories | IEnumerable |
The list that is matched against. |
return | bool |
public SearchCategories ( string categoryName, IEnumerable |
||
categoryName | string | The category name to search for. |
categories | IEnumerable |
The list of categories. |
return | IEnumerable |
public ValidateCategoryAcceptanceCriteria ( string categoryName, IEnumerable |
||
categoryName | string | The category name to match. |
categories | IEnumerable |
The list that is matched against. |
return | void |