C# Class Ploeh.AutoFixture.Kernel.SortedDictionarySpecification

Encapsulates logic that determines whether a request is a request for a SortedDictionary{TKey, TValue}.
Inheritance: IRequestSpecification
Show file Open project: AutoFixture/AutoFixture Class Usage Examples

Public Methods

Method Description
IsSatisfiedBy ( object request ) : bool

Evaluates a request for a specimen to determine whether it's a request for a SortedDictionary{TKey, TValue}.

Method Details

IsSatisfiedBy() public method

Evaluates a request for a specimen to determine whether it's a request for a SortedDictionary{TKey, TValue}.
public IsSatisfiedBy ( object request ) : bool
request object The specimen request.
return bool