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 cf3dc37 commit fde0150Copy full SHA for fde0150
cucumber-core/src/main/java/io/cucumber/core/plugin/RerunFormatter.java
@@ -37,8 +37,7 @@
37
import static java.util.Objects.requireNonNull;
38
39
/**
40
- * Formatter for reporting all failed test cases and print their locations
41
- * Failed means: results that make the exit code non-zero.
+ * Formatter for reporting all failed test cases and print their locations.
42
*/
43
public final class RerunFormatter implements ConcurrentEventListener {
44
0 commit comments