-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Expose and/or matchers #1177
Comments
Closed
Its been quite long since this issue was opened. Can I look into this? |
The |
Yeah, that sounds reasonable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The and and or matcher implementations are restricted to use by
AbstractMatcher
, unlike the not (and other matchers in this class) matcher - would it be possible to expose these asMatchers.and(a, b)
andMatchers.or(a, b)
? This would allow use of these matchers without extendingAbstractMatcher
for the default implementation, or creating your own matchers.The text was updated successfully, but these errors were encountered: