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

cucumber / cucumber-jvm / 2546
86%

Build:
DEFAULT BRANCH: master
Ran 06 Oct 2018 05:31PM UTC
Jobs 1
Files 879
Run time 30s
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
2546

push

travis-ci

M.P. Korstanje
[Core] Apply identity transform to argument when target type is Object

```java
@Given("a doc string:")
public void given_a_doc_string(Object docString){

}

@Given("a data table
public void given_a_data_table(Object table){

}
```

Results in an error telling us that Cucumber
doesn't know how to transform an instance of
`String` or `Datatable` to `Object`. This is
a bit silly.

4295 of 5008 relevant lines covered (85.76%)

356.81 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2546.2 06 Oct 2018 05:31PM UTC 0
85.76
Travis Job 2546.2
Source Files on build 2546
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2546
  • a4b0a9f7 on github
  • Prev Build on master (#2535)
  • Next Build on master (#2548)
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