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

apache / commons-lang / 1361 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 06 Oct 2018 08:08AM UTC
Files 124
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

06 Oct 2018 08:02AM UTC coverage: 95.253%. Remained the same
JDK_RELEASE='OracleJDK 8'

push

travis-ci

PascalSchumacher
Update builder tests to JUnit Jupiter

Upgrade the tests in the builder package to use JUnit Jupiter as part of
the effort to remove the dependency on the Vintage Engine.

While most of these changes are drop-in replacements with no functional
benefit, it is worth mentioning the change to how expected exceptions
are tested.
Unlike org.junit.Test, org.junit.jupiter.api.Test does not have an
"expected" argument. Instead, an explicit call to
org.junit.jupiter.api.Assertions.assertThrows is used. This call allows
the test to pinpoint the exact statement that is expected to throw the
expcetion and allows making the tests a bit stricter by preventing
false-positives that could occur if the setup code would throw the
expected exception instead of the statement that was supposed to throw
it.

14446 of 15166 relevant lines covered (95.25%)

0.95 hits per line

Source Files on job 1361.1 (JDK_RELEASE='OracleJDK 8')
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1280
  • Travis Job 1361.1
  • 729adb62 on github
  • Prev Job for JDK_RELEASE='OracleJDK 8' on master (#1359.1)
  • Next Job for JDK_RELEASE='OracleJDK 8' on master (#1362.1)
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