History log of /external/junit/src/main/java/org/junit/Assert.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f3aca4db137104480c0501f29d459f64b1f3f618 16-Dec-2016 Paul Duffin <paulduffin@google.com> Minor changes to JUnit 4.10 to make it more like 4.12

Some other projects break when built against 4.12. This allows
those projects to be updated separately to the JUnit 4.12
upgrade.

Assert.java and Description.java are copied directly from
upstream 4.12; that brings in new methods from 4.12. The changes
are so extensive because the upstream code was reformatted
between 4.10 anbd 4.12.

Between 4.10 and 4.12 RuleFieldValidator.java was renamed to
RuleMemberValidator.java. To allow existing code that uses
RuleFieldValidator to be modified to use RuleMemberValidator
instead RuleFieldValidator.java has been copied to
RuleMemberValidator.java.

The change to BlockJUnit4ClassRunner reflects an upstream change
made between 4.10 and 4.12.

Bug: 33613916
Test: make checkbuild
Change-Id: Id8ee6d08268152ec1a22a309c4582f8f6663ae88
/external/junit/src/main/java/org/junit/Assert.java
4dd042caba6f0ee54f604a409df7152b3e8205bb 14-Dec-2016 Paul Duffin <paulduffin@google.com> Moved source to match upstream file structure

Will make it simpler to update JUnit source.

Bug: 33613916
Test: make checkbuild
Change-Id: I76984a6defd3e40f34eea995e6ed865d32d53da3
/external/junit/src/main/java/org/junit/Assert.java