Skip to content
New issue

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

Add matcher: Not() #482

Merged
merged 1 commit into from
Aug 24, 2015
Merged

Conversation

webmaster128
Copy link
Contributor

A generic Not() matcher to get nice readable test code a la

CHECK_THAT(address1, Not(Equals(address2)));

Used and tested in Botan.

@philsquared philsquared merged commit 312b94e into catchorg:develop Aug 24, 2015
@philsquared
Copy link
Collaborator

Thanks. Been meaning to do that for a while!

@webmaster128
Copy link
Contributor Author

Fine, thanks. I just rebased my other matcher onto current develop: #466 When this is in, I can follow-up with a bunch of matchers I have in the pipeline, like Integer and Boolean matching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants