We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a73ea commit 792503fCopy full SHA for 792503f
cucumber-core/src/main/java/io/cucumber/core/plugin/RerunFormatter.java
@@ -27,8 +27,7 @@
27
import static java.util.Objects.requireNonNull;
28
29
/**
30
- * Formatter for reporting all failed test cases and print their locations
31
- * Failed means: results that make the exit code non-zero.
+ * Formatter for reporting all failed test cases and print their locations.
32
*/
33
public final class RerunFormatter implements ConcurrentEventListener {
34
0 commit comments