Uses of Class
org.apache.maven.plugin.surefire.report.TestSetStats
-
-
Uses of TestSetStats in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return types with arguments of type TestSetStats Modifier and Type Method Description StatelessTestsetInfoConsoleReportEventListener<WrappedReportEntry,TestSetStats>
StartupReportConfiguration. instantiateConsoleReporter(ConsoleLogger consoleLogger)
StatelessTestsetInfoFileReportEventListener<WrappedReportEntry,TestSetStats>
StartupReportConfiguration. instantiateFileReporter(java.lang.Integer forkNumber)
StatelessReportEventListener<WrappedReportEntry,TestSetStats>
StartupReportConfiguration. instantiateStatelessXmlReporter(java.lang.Integer forkNumber)
-
Uses of TestSetStats in org.apache.maven.plugin.surefire.extensions
Methods in org.apache.maven.plugin.surefire.extensions that return types with arguments of type TestSetStats Modifier and Type Method Description StatelessReportEventListener<WrappedReportEntry,TestSetStats>
SurefireStatelessReporter. createListener(DefaultStatelessReportMojoConfiguration configuration)
StatelessTestsetInfoFileReportEventListener<WrappedReportEntry,TestSetStats>
SurefireStatelessTestsetInfoReporter. createListener(java.io.File reportsDirectory, java.lang.String reportNameSuffix, java.nio.charset.Charset encoding)
StatelessTestsetInfoConsoleReportEventListener<WrappedReportEntry,TestSetStats>
SurefireStatelessTestsetInfoReporter. createListener(ConsoleLogger logger)
-
Uses of TestSetStats in org.apache.maven.plugin.surefire.extensions.junit5
Methods in org.apache.maven.plugin.surefire.extensions.junit5 that return types with arguments of type TestSetStats Modifier and Type Method Description StatelessTestsetInfoFileReportEventListener<WrappedReportEntry,TestSetStats>
JUnit5StatelessTestsetInfoReporter. createListener(java.io.File reportsDirectory, java.lang.String reportNameSuffix, java.nio.charset.Charset encoding)
StatelessTestsetInfoConsoleReportEventListener<WrappedReportEntry,TestSetStats>
JUnit5StatelessTestsetInfoReporter. createListener(ConsoleLogger logger)
StatelessReportEventListener<WrappedReportEntry,TestSetStats>
JUnit5Xml30StatelessReporter. createListener(DefaultStatelessReportMojoConfiguration configuration)
-
Uses of TestSetStats in org.apache.maven.plugin.surefire.report
Fields in org.apache.maven.plugin.surefire.report declared as TestSetStats Modifier and Type Field Description private TestSetStats
TestSetRunListener. detailsForThis
Fields in org.apache.maven.plugin.surefire.report with type parameters of type TestSetStats Modifier and Type Field Description private StatelessTestsetInfoConsoleReportEventListener<WrappedReportEntry,TestSetStats>
TestSetRunListener. consoleReporter
private StatelessTestsetInfoFileReportEventListener<WrappedReportEntry,TestSetStats>
TestSetRunListener. fileReporter
private StatelessReportEventListener<WrappedReportEntry,TestSetStats>
TestSetRunListener. simpleXMLReporter
Methods in org.apache.maven.plugin.surefire.report that return types with arguments of type TestSetStats Modifier and Type Method Description private StatelessTestsetInfoConsoleReportEventListener<WrappedReportEntry,TestSetStats>
DefaultReporterFactory. createConsoleReporter()
private StatelessTestsetInfoFileReportEventListener<WrappedReportEntry,TestSetStats>
DefaultReporterFactory. createFileReporter()
private StatelessReportEventListener<WrappedReportEntry,TestSetStats>
DefaultReporterFactory. createSimpleXMLReporter()
Methods in org.apache.maven.plugin.surefire.report with parameters of type TestSetStats Modifier and Type Method Description private java.util.Deque<WrappedReportEntry>
StatelessXmlReporter. aggregateCacheFromMultipleReruns(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats)
private java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<WrappedReportEntry>>>
StatelessXmlReporter. arrangeMethodStatistics(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats)
private void
StatelessXmlReporter. createTestSuiteElement(org.apache.maven.shared.utils.xml.XMLWriter ppw, WrappedReportEntry report, TestSetStats testSetStats)
void
ConsoleReporter. testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)
void
FileReporter. testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)
void
NullConsoleReporter. testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)
void
NullFileReporter. testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, java.util.List<java.lang.String> testResults)
void
NullStatelessXmlReporter. testSetCompleted(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats)
void
StatelessXmlReporter. testSetCompleted(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats)
-