Méthode | Description | |
---|---|---|
CollectionEquivalentConstraint ( IEnumerable expected ) : System.Collections |
Construct a CollectionEquivalentConstraint
|
|
WriteDescriptionTo ( |
Write a description of this constraint to a MessageWriter
|
Méthode | Description | |
---|---|---|
doMatch ( IEnumerable actual ) : bool |
Test whether two collections are equivalent
|
public CollectionEquivalentConstraint ( IEnumerable expected ) : System.Collections | ||
expected | IEnumerable | |
Résultat | System.Collections |
public WriteDescriptionTo ( |
||
writer | ||
Résultat | void |
protected doMatch ( IEnumerable actual ) : bool | ||
actual | IEnumerable | |
Résultat | bool |