JavaHamcrest
JavaHamcrest copied to clipboard
Java (and original) version of Hamcrest
Fixed #281 Add two public methods to `FileMatchers`. The `matchesContentOf` takes a File and returns a `Matcher` that matches the content of the file. The `aFileWithContent` takes a `Matcher` where...
Adds a reference to the `mapmatcher` project to the related projects documentation. `mapmatcher` is a smallibrary of matchers for `Map` and `List` concentrating on readable error messages that report the...
To specifying the demand of issue #196. I did research on types of whitespace and I pick some most common whitespace: space, tab, line feed, form feed, carriagereturn. Then I...
Fixed #209 Added a new Matcher `equalToWithDiff` for compare string. When mismatch happens, instead of output two strings, only lines that mismatch would be output. For words in those lines...
Fixes #195. I create a simple matcher _IsIterableIntersecting_ to check whether the two iterable have an intersection.
Fixes #323 323 mentioned that `Matcher.hasXpath` could have unexpected behavior when given an XML document with multiple elements of the same path. The reason is that current logic only evaluates...
Would be interested to know why gradle dependencies haven't been cached on Travis. Thank you.
Fixes https://github.com/hamcrest/JavaHamcrest/issues/325