0671389Changed a bunch of integration tests to use the various task assertion methods instead of directly querying the `executedTasks` and `skippedTasks` collections. These methods can give better diagnostics when the assertion fails, and can perform additional checks.
7654836Replace 'Matchers' with 'CoreMatchers'
So we do not require 'org.hamcrest:hamcrest-library' as additional dependency anymore. Which was only available for most of the tests because it leaked onto the test compile classpath. |
![]() |