classResu
// Write the remaining scenarios for the method
for (int i = 0; i < resultsCount; i++) {
-
+
ITestResult result = results.get(i);
- // String [] scenarioDetails = getScenarioDetails(result);
-
- // String scenarioName = Utils.escapeHtml("Scenario_" + scenarioDetails[0]);
- // String scenarioDescription = Utils.escapeHtml(scenarioDetails[1]);
-
+ // String [] scenarioDetails = getScenarioDetails(result);
+
+ // String scenarioName = Utils.escapeHtml("Scenario_" + scenarioDetails[0]);
+ // String scenarioDescription = Utils.escapeHtml(scenarioDetails[1]);
+
long scenarioStart = result.getStartMillis();
long scenarioDuration = result.getEndMillis() - scenarioStart;
-// buffer.append("").append("").append(scenarioName).append(" | ")
-// .append("").append(scenarioDescription).append(" | ")
-// .append("").append(scenarioDuration).append(" |
");
+ // buffer.append("").append("").append(scenarioName).append(" | ")
+ // .append("").append(scenarioDescription).append(" | ")
+ // .append("").append(scenarioDuration).append(" |
");
buffer.append("") // Start of table row with a specified CSS class
- .append("").append(methodName).append(" | ") // Table cell with a hyperlink
- .append("").append(scenarioDuration).append(" |
"); // Table cell with scenario duration
+ .append("").append(methodName).append(" | ") // Table cell with a hyperlink
+ .append("").append(scenarioDuration).append(" |