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
I noticed that there's a not-version of most Assert methods, but not same(). Any reason for that?
not
Assert
same()
The text was updated successfully, but these errors were encountered:
I don't think there is any reason for that. There is also no isNot, notMatch, notRaise etc. How often do you need something like notSame?
isNot
notMatch
notRaise
notSame
Sorry, something went wrong.
I mean, by that argument there shouldn't a notEquals either? :)
notEquals
But there are also notNull and notContains. So it's fifty-fifty. I think only @fponticelli knows an answer for your question )
notNull
notContains
No branches or pull requests
I noticed that there's a
not
-version of mostAssert
methods, but notsame()
. Any reason for that?The text was updated successfully, but these errors were encountered: