-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
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 as Matchers.and(a, b)
and Matchers.or(a, b)
? This would allow use of these matchers without extending AbstractMatcher
for the default implementation, or creating your own matchers.
liach, varrix and parlough
Metadata
Metadata
Assignees
Labels
No labels