slachiewicz opened a new pull request, #170: URL: https://github.com/apache/maven-jarsigner-plugin/pull/170
Master does not compile its tests: #167 dropped Hamcrest and made `RequestMatchers` return Mockito `ArgumentMatcher`s, while #157, written before that and merged after it, added `testIncludesFilterWithArchiveDirectory` with `MockitoHamcrest.argThat(...)`. The test now uses Mockito's own `argThat`/`never`, which is what the rest of the class already does. Every PR build is red until this lands (#169 shows it). Verified: `mvn verify` → 51 tests, 0 failures. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
