We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our use-case: We need modified version of MongoDbAssertion.strictAssertEquals which would check only predefined collections.
MongoDbAssertion.strictAssertEquals
Expected solution: We would like to implement custom MongoComparisonStrategy and we want to reuse some static methods from MongoDbAssertion.
MongoComparisonStrategy
MongoDbAssertion
The text was updated successfully, but these errors were encountered:
I have decided to implement this feature. Will prepare pull request soon.
Sorry, something went wrong.
Create public method to assert single mongo collection (lordofthejars…
20e7573
…#199)
No branches or pull requests
Our use-case:
We need modified version of
MongoDbAssertion.strictAssertEquals
which would check only predefined collections.Expected solution:
We would like to implement custom
MongoComparisonStrategy
and we want to reuse some static methods fromMongoDbAssertion
.The text was updated successfully, but these errors were encountered: