@Deprecated public class DefaultStatelessReportMojoConfiguration extends StatelessReportMojoConfiguration
testClassMethodRunHistory
makes
StatelessXmlReporter
stateful and overloads reporter by permanently
overriding XML using re-run feature. To fix this issue, the providers should use more events for re-run feature and
events bounding provider's execution. After provider's execution is finished, this reporter should be announced
only once per test class. All test report entries should be cached in
TestSetRunListener
keeping it already stateful.Constructor and Description |
---|
DefaultStatelessReportMojoConfiguration(File reportsDirectory,
String reportNameSuffix,
boolean trimStackTrace,
int rerunFailingTestsCount,
String xsdSchemaLocation,
boolean enableOutErrElements,
boolean enablePropertiesElement,
Map<String,Deque<WrappedReportEntry>> testClassMethodRunHistory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Deque<WrappedReportEntry>> |
getTestClassMethodRunHistory()
Deprecated.
|
getReportNameSuffix, getReportsDirectory, getRerunFailingTestsCount, getXsdSchemaLocation, isEnableOutErrElements, isEnablePropertiesElement, isTrimStackTrace
public DefaultStatelessReportMojoConfiguration(File reportsDirectory, String reportNameSuffix, boolean trimStackTrace, int rerunFailingTestsCount, String xsdSchemaLocation, boolean enableOutErrElements, boolean enablePropertiesElement, Map<String,Deque<WrappedReportEntry>> testClassMethodRunHistory)
public Map<String,Deque<WrappedReportEntry>> getTestClassMethodRunHistory()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.