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

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

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

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

19 of 19 new or added lines in 9 files covered. (100.0%)

6628 of 7612 relevant lines covered (87.07%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
3 3958.3 (COVERAGE=true) 22 Apr 2020 08:35PM UTC 0
87.07
Travis Job 3958.3
Source Files on build 3958
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3958
  • 97c11624 on github
  • Prev Build on v6.x.x (#3954)
  • Next Build on v6.x.x (#3962)
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