Méthode | Description | |
---|---|---|
CollectionContainsConstraint ( object expected ) : System.Collections |
Construct a CollectionContainsConstraint
|
|
WriteDescriptionTo ( |
Write a descripton of the constraint to a MessageWriter
|
Méthode | Description | |
---|---|---|
doMatch ( IEnumerable actual ) : bool |
Test whether the expected item is contained in the collection
|
public CollectionContainsConstraint ( object expected ) : System.Collections | ||
expected | object | |
Résultat | System.Collections |
public WriteDescriptionTo ( |
||
writer | ||
Résultat | void |
protected doMatch ( IEnumerable actual ) : bool | ||
actual | IEnumerable | |
Résultat | bool |