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
containsAtLeastValues
Today we can assert that a column has exactly some values :
assertThat(table).column("name").containsValues("Hewson", "Evans", "Clayton", "Mullen");
If the table contains more rows / values, the assertion fails.
But it would be nice to have more flexibility and check if the column contains at least the given values.
The text was updated successfully, but these errors were encountered:
It is a good idea. Thanks.
Sorry, something went wrong.
No branches or pull requests
Today we can assert that a column has exactly some values :
If the table contains more rows / values, the assertion fails.
But it would be nice to have more flexibility and check if the column contains at least the given values.
The text was updated successfully, but these errors were encountered: