Method AssertSameSet
AssertSameSet(Query, Query)
Asserts that the documents returned by
q1
are the same as of those returned by q2
Declaration
public virtual void AssertSameSet(Query q1, Query q2)
Parameters
Type | Name | Description |
---|---|---|
Query | q1 | |
Query | q2 |