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

cucumber / cucumber-jvm / 3958 / 3
86%
master: 86%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 22 Apr 2020 08:35PM UTC
Files 353
Run time 37s
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

22 Apr 2020 08:27PM UTC coverage: 87.073% (+0.01%) from 87.063%
COVERAGE=true

push

travis-ci

web-flow
[Java] Invoke static methods without instantiating target object (#1953)

Allows glue annotations to be used on static methods. This allows for
example `@DataTableType` to be used on the type it creates.

```

public class TestBean {
    private String stringOne;
    private String stringTwo;

    [...]

    @DataTableType
    public static TestBean makeTestBean(Map<String, String> row) {
        return new TestBean(
                row.get("ItemOne"),
                row.get("ItemTwo")
        );
    }
}
```

Fixes #1950

6628 of 7612 relevant lines covered (87.07%)

0.87 hits per line

Source Files on job 3958.3 (COVERAGE=true)
  • Tree
  • List 0
  • Changed 9
  • Source Changed 9
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3228
  • Travis Job 3958.3
  • 97c11624 on github
  • Prev Job for COVERAGE=true on v6.x.x (#3954.3)
  • Next Job for COVERAGE=true on v6.x.x (#3962.3)
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