You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mpkorstanje
changed the title
Test java implementation against test/data/good
Test java and javascript implementation against test/data/good
Feb 19, 2024
π€ What's the problem you've observed?
The java implementation currently doesn't test itself against the examples in
testdata/good
.β¨ Do you have a proposal for making it better?
Copy the Javascript implementation
gherkin-utils/javascript/test/prettyTest.ts
Lines 243 to 258 in 840e19f
This can be done with JUnit 5's Parameterized tests. For example see:
https://github.com/cucumber/cucumber-expressions/blob/main/java/src/test/java/io/cucumber/cucumberexpressions/CucumberExpressionTest.java
The text was updated successfully, but these errors were encountered: