-
```
It would be nice to use Hamcrest matchers with Google Collections to filter
collections. This would need an adapter from Hamcrest's Matcher to their
Predicate interface.
```
Original issue report…
-
```
Hi.
The class src/org/mockito/internal/matchers/LocalizedMatcher.java implements
org.hamcrest.Matcher, which changed in Hamcrest, and that renders mockito
unbuildable with the latest version of…
-
```
Hi.
The class src/org/mockito/internal/matchers/LocalizedMatcher.java implements
org.hamcrest.Matcher, which changed in Hamcrest, and that renders mockito
unbuildable with the latest version of…
-
```
It would be nice to use Hamcrest matchers with Google Collections to filter
collections. This would need an adapter from Hamcrest's Matcher to their
Predicate interface.
```
Original issue report…
-
```
It would be nice to use Hamcrest matchers with Google Collections to filter
collections. This would need an adapter from Hamcrest's Matcher to their
Predicate interface.
```
Original issue report…
-
See also: [wiki page on design goals](https://github.com/spectrumbdd/spectrum-expectations/wiki/Design-considerations)
I propose splitting the difference between Hamcrest and AssertJ matchers.
H…
-
```
It would be nice to use Hamcrest matchers with Google Collections to filter
collections. This would need an adapter from Hamcrest's Matcher to their
Predicate interface.
```
Original issue report…
-
```
It would be nice to use Hamcrest matchers with Google Collections to filter
collections. This would need an adapter from Hamcrest's Matcher to their
Predicate interface.
```
Original issue report…
-
```
It would be nice to use Hamcrest matchers with Google Collections to filter
collections. This would need an adapter from Hamcrest's Matcher to their
Predicate interface.
```
Original issue report…
-
The are some built-in argument tokens (see https://github.com/phpspec/prophecy/tree/master/src/Prophecy/Argument/Token), but this isn't sufficient for complex matching (e.g. regex). Maybe there is a w…