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