@@ -239,6 +269,7 @@ public class EtUnitReportConverter {
+" "+OPTION_ONLY_COMBINED+" <combined file>: don't create reports for every single test, only combined one to the specified file\n"
+" "+OPTION_SUITE_NAME+" <name>: replace the suite name in the result\n"
+" "+OPTION_SUITE_NAME_PREFIX+" <prefix>: prefix the prefix to the suitename\n"
+" "+OPTION_TESTCASE_LOG_PATH+" <path>: use the tags #TESTSUITE# and #TESTCASE# to substitute the test suite name and test case name, respectively. To escape either tag, prepend with an additional #.\n"
);
}
...
...
@@ -372,6 +403,19 @@ public class EtUnitReportConverter {