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

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

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

Pull #374

travis-ci

web-flow
Update time tests to JUnit Jupiter

Upgrade the tests in the time 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.

JUnit Jupiter no longer has a concept of runners. Tests previously run
with the org.junit.runners.Parameterized runner were rewritten to use
@ParameterizedTest and a @MethodSource.

JUnit Jupiter also no longer has the concept of Rules. Usages of the
SystemDefaultsSwitch rule and its accompanying annotates were replaced
with the @DefaultLocale and @DefaultTimezone annotations that
Benedikt Ritter contributed to JUnit Pioneer, the semi-official JUnit
extension project.

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 #374: Update time tests to JUnit Jupiter

14446 of 15166 relevant lines covered (95.25%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1383.1 09 Oct 2018 09:18PM UTC 0
95.25
Travis Job 1383.1
Source Files on build 1383
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1383
  • Pull Request #374
  • PR Base - master (#1382)
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