C# Class Ploeh.AutoFixture.Kernel.SortedDictionarySpecification

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat bool