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

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

Build:
Build:
LAST BUILD BRANCH: feature/LANG-1677-support-field-exclusion-in-ReflectionDiffBuilder
DEFAULT BRANCH: master
Ran 07 Oct 2018 10:47PM UTC
Jobs 1
Files 124
Run time 5s
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
1373

Pull #369

travis-ci

web-flow
Update reflect tests to JUnit Jupiter

Upgrade the tests in the reflect 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, there are some non-obvious changes worth mentioning.

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.

Unlike org.junit.Assume, org.junit.jupiter.api.Assumptions does not have
an assumtNotNull method. Instead, assumeTrue was used with an explicit
condition of a variable being different than null.

It's also worth noting this is a minimal patch for migrating the
package's tests to Jupiter. There are several tests that can be made
more elegant with Jupiter's new features, but that work is left for
subsequent patches.
Pull Request #369: Update reflect tests to JUnit Jupiter

14447 of 15166 relevant lines covered (95.26%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1373.1 07 Oct 2018 10:46PM UTC 0
95.26
Travis Job 1373.1
Source Files on build 1373
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1373
  • Pull Request #369
  • PR Base - master (#1372)
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