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 7e95a06 commit 7de60e8Copy full SHA for 7de60e8
java/src/main/java/io/cucumber/junitxmlformatter/MessagesToJunitXmlWriter.java
@@ -64,7 +64,7 @@ public Builder testSuiteName(String testSuiteName) {
64
65
/**
66
* Sets the value for the {@code <testcase classname="..." .../>} attribute. Defaults to the name of the
67
- * feature file.
+ * feature.
68
*/
69
public Builder testClassName(String testClassName) {
70
this.testClassName = testClassName;
0 commit comments