public class StatelessXmlReporter extends Object implements StatelessReportEventListener<WrappedReportEntry,TestSetStats>
| Constructor and Description |
|---|
StatelessXmlReporter(File reportsDirectory,
String reportNameSuffix,
boolean trimStackTrace,
int rerunFailingTestsCount,
Map<String,Deque<WrappedReportEntry>> testClassMethodRunHistoryMap,
String xsdSchemaLocation,
String xsdVersion,
boolean phrasedFileName,
boolean phrasedSuiteName,
boolean phrasedClassName,
boolean phrasedMethodName) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanTestHistoryMap()
Clean testClassMethodRunHistoryMap
|
void |
testSetCompleted(WrappedReportEntry testSetReportEntry,
TestSetStats testSetStats) |
public StatelessXmlReporter(File reportsDirectory, String reportNameSuffix, boolean trimStackTrace, int rerunFailingTestsCount, Map<String,Deque<WrappedReportEntry>> testClassMethodRunHistoryMap, String xsdSchemaLocation, String xsdVersion, boolean phrasedFileName, boolean phrasedSuiteName, boolean phrasedClassName, boolean phrasedMethodName)
public void testSetCompleted(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats)
testSetCompleted in interface StatelessReportEventListener<WrappedReportEntry,TestSetStats>public void cleanTestHistoryMap()
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.