Uses of Class
org.apache.maven.plugin.surefire.report.WrappedReportEntry
Packages that use WrappedReportEntry
Package
Description
-
Uses of WrappedReportEntry in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return types with arguments of type WrappedReportEntryModifier and TypeMethodDescriptionStartupReportConfiguration.instantiateConsoleReporter(ConsoleLogger consoleLogger) StartupReportConfiguration.instantiateFileReporter(Integer forkNumber) StartupReportConfiguration.instantiateStatelessXmlReporter(Integer forkNumber) -
Uses of WrappedReportEntry in org.apache.maven.plugin.surefire.extensions
Methods in org.apache.maven.plugin.surefire.extensions that return types with arguments of type WrappedReportEntryModifier and TypeMethodDescriptionSurefireStatelessReporter.createListener(DefaultStatelessReportMojoConfiguration configuration) SurefireStatelessTestsetInfoReporter.createListener(File reportsDirectory, String reportNameSuffix, Charset encoding) SurefireStatelessTestsetInfoReporter.createListener(ConsoleLogger logger) DefaultStatelessReportMojoConfiguration.getTestClassMethodRunHistory()Deprecated.Constructor parameters in org.apache.maven.plugin.surefire.extensions with type arguments of type WrappedReportEntryModifierConstructorDescriptionDefaultStatelessReportMojoConfiguration(File reportsDirectory, String reportNameSuffix, boolean trimStackTrace, int rerunFailingTestsCount, String xsdSchemaLocation, boolean enableOutErrElements, boolean enablePropertiesElement, Map<String, Deque<WrappedReportEntry>> testClassMethodRunHistory) Deprecated. -
Uses of WrappedReportEntry in org.apache.maven.plugin.surefire.extensions.junit5
Methods in org.apache.maven.plugin.surefire.extensions.junit5 that return types with arguments of type WrappedReportEntryModifier and TypeMethodDescriptionJUnit5StatelessTestsetInfoReporter.createListener(File reportsDirectory, String reportNameSuffix, Charset encoding) JUnit5StatelessTestsetInfoReporter.createListener(ConsoleLogger logger) JUnit5Xml30StatelessReporter.createListener(DefaultStatelessReportMojoConfiguration configuration) -
Uses of WrappedReportEntry in org.apache.maven.plugin.surefire.report
Methods in org.apache.maven.plugin.surefire.report that return types with arguments of type WrappedReportEntryMethods in org.apache.maven.plugin.surefire.report with parameters of type WrappedReportEntryModifier and TypeMethodDescriptionTestSetStats.getColoredTestSetSummary(WrappedReportEntry reportEntry, boolean phrasedClassName) TestSetStats.getTestSetSummary(WrappedReportEntry reportEntry, boolean phrasedClassName) voidTestSetStats.testError(WrappedReportEntry reportEntry) voidTestSetStats.testFailure(WrappedReportEntry reportEntry) voidConsoleReporter.testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults) voidFileReporter.testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults) voidStatelessXmlReporter.testSetCompleted(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats) voidTestSetStats.testSkipped(WrappedReportEntry reportEntry) voidTestSetStats.testSucceeded(WrappedReportEntry reportEntry) Constructor parameters in org.apache.maven.plugin.surefire.report with type arguments of type WrappedReportEntryModifierConstructorDescriptionStatelessXmlReporter(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, boolean enableOutErrElements, boolean enablePropertiesElement) Deprecated.TestSetRunListener(StatelessTestsetInfoConsoleReportEventListener<WrappedReportEntry, TestSetStats> consoleReporter, StatelessTestsetInfoFileReportEventListener<WrappedReportEntry, TestSetStats> fileReporter, StatelessReportEventListener<WrappedReportEntry, TestSetStats> simpleXMLReporter, ConsoleOutputReportEventListener testOutputReceiver, StatisticsReporter statisticsReporter, boolean trimStackTrace, boolean isPlainFormat, boolean briefOrPlainFormat, Object lock, boolean statPerSourceName) TestSetRunListener(StatelessTestsetInfoConsoleReportEventListener<WrappedReportEntry, TestSetStats> consoleReporter, StatelessTestsetInfoFileReportEventListener<WrappedReportEntry, TestSetStats> fileReporter, StatelessReportEventListener<WrappedReportEntry, TestSetStats> simpleXMLReporter, ConsoleOutputReportEventListener testOutputReceiver, StatisticsReporter statisticsReporter, boolean trimStackTrace, boolean isPlainFormat, boolean briefOrPlainFormat, Object lock, boolean statPerSourceName) TestSetRunListener(StatelessTestsetInfoConsoleReportEventListener<WrappedReportEntry, TestSetStats> consoleReporter, StatelessTestsetInfoFileReportEventListener<WrappedReportEntry, TestSetStats> fileReporter, StatelessReportEventListener<WrappedReportEntry, TestSetStats> simpleXMLReporter, ConsoleOutputReportEventListener testOutputReceiver, StatisticsReporter statisticsReporter, boolean trimStackTrace, boolean isPlainFormat, boolean briefOrPlainFormat, Object lock, boolean statPerSourceName)