John Patrick
John Patrick
@yatsenko-ihor looking at closing pr and getting merged, looks a good idea can you keep the current signature but mark as deprecated as i'm sure if we do this change...
Going to try and kick start hamcrest, so if you want to get it merged, please rebase from the branch `v2.3-candidates`. Still trying to understand how has permissions to perform...
Going to try and kick start hamcrest, so if you want to get it merged, please rebase from the branch `v2.3-candidates`. Still trying to understand how has permissions to perform...
At the moment, nope, i'm still trying to fully understand the internals in my spare time. I'm able to merge but I'm unsure who owns the domain name and who...
Can you test with hamcrest v2.2
Your saying Java 11, are you aware if it works on another Java version?
Can you try the following and see if it works for you `hasEntry(equalTo("key"), not(empty()))`. The method `hasEntry(K, V)` assumes your giving literal Key and Value parameters. So it takes your...
> Yes that works. Ok so what would be needed for this is 2 extra signatures for `hasEntry` > > * `hasEntry(K key, Matcher
Just checking the current code and it's `public static Matcher
Does this solution break https://github.com/hamcrest/JavaHamcrest/issues/289