• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apache / commons-lang / 1480
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: feature/LANG-1677-support-field-exclusion-in-ReflectionDiffBuilder
DEFAULT BRANCH: master
Ran 09 Feb 2019 07:01AM UTC
Jobs 1
Files 125
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1480

Pull #404

travis-ci

web-flow
Simplify assertions

Use JUnit methods to clean up the test and simplify the assertions:
- assertArraysEqual(x, y) replaces assertTrue(Arrays.equals(x, y))
- assertEquals(x, y) replaces assertTrue(x == y)
- assertNotEquals(x, y) replaces assertFalse(x == y)
Pull Request #404: Assertion cleanup

14495 of 15236 relevant lines covered (95.14%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1480.1 09 Feb 2019 07:00AM UTC 0
95.14
Travis Job 1480.1
Source Files on build 1480
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1480
  • Pull Request #404
  • PR Base - master (#1479)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc