History log of /external/junit-params/lib/assertj-core-1.7.1.jar
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6774bdc0447b72a618eab51772685010afd5647a 20-Jul-2016 Paul Duffin <paulduffin@google.com> Patch to make it compile against JUnit 4.10 and run on Android

The main issues are:
* JUnit 4.10 does not support giving Description instances a
unique id, separate to its display name.
* JUnit 4.10's BlockJUnit4ClassRunner.validateFields(List)
method is private so cannot be overridden.
* JUnit 4.10 requires test classes to be static.
* JUnit 4.10 has no assertNotEquals() methods.
* Some of the tests need to be run from the project's root
directory in order to access file system resources. As a
result those tests do not work when run on the device and so
they are marked with @Ignore.

Bug: 30244565
Test: Ran the junit-params-test using vogar
Change-Id: I8f1bd602d07bedec1340373ad5747e3565ce617d
/external/junit-params/lib/assertj-core-1.7.1.jar