We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe2890 commit 9a86af8Copy full SHA for 9a86af8
junit/src/test/java/cucumber/runtime/junit/FeatureRunnerTest.java
@@ -82,6 +82,7 @@ public void should_call_formatter_for_scenario_outline_with_two_examples_table_a
82
assertEquals("" +
83
"uri\n" +
84
"feature\n" +
85
+ " examples\n" +
86
" startOfScenarioLifeCycle\n" +
87
" background\n" +
88
" step\n" +
@@ -108,6 +109,7 @@ public void should_call_formatter_for_scenario_outline_with_two_examples_table_a
108
109
" match\n" +
110
" result\n" +
111
" endOfScenarioLifeCycle\n" +
112
113
114
115
0 commit comments