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

TNG / JGiven / 850
92%

Build:
DEFAULT BRANCH: master
Ran 14 Oct 2016 09:26PM UTC
Jobs 1
Files 104
Run time 6s
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
850

push

travis-ci

janschaefer
Do not store the Scenario instance in the ScenarioBase class

- storing the Scenario instance in the ScenarioBase class
  is not thread-safe when used with TestNG, as TestNG does not
  create a new test instance for each test
- when executing TestNG with parallel = methods, this leads to
  data races.
- this commit removes that field from the ScenarioBase class and
  makes the `getScenario()` method abstract so that different
  implementations can be provided for JUnit and TestNG

fixes #239

4 of 4 new or added lines in 3 files covered. (100.0%)

2944 of 3401 relevant lines covered (86.56%)

0.87 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
jgiven-core/src/main/java/com/tngtech/jgiven/impl/StandaloneScenarioExecutor.java
Jobs
ID Job ID Ran Files Coverage
2 850.2 14 Oct 2016 09:26PM UTC 0
86.56
Travis Job 850.2
Source Files on build 850
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #850
  • e48d1439 on github
  • Prev Build on master (#849)
  • Next Build on master (#852)
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