Uses of Class
org.apache.maven.plugin.surefire.report.TestMethodStats
Packages that use TestMethodStats
-
Uses of TestMethodStats in org.apache.maven.plugin.surefire.report
Fields in org.apache.maven.plugin.surefire.report with type parameters of type TestMethodStatsModifier and TypeFieldDescriptionprivate Map
<String, List<TestMethodStats>> DefaultReporterFactory.errorTests
private Map
<String, List<TestMethodStats>> DefaultReporterFactory.failedTests
private Map
<String, List<TestMethodStats>> DefaultReporterFactory.flakyTests
private final Queue
<TestMethodStats> TestSetRunListener.testMethodStats
Methods in org.apache.maven.plugin.surefire.report that return types with arguments of type TestMethodStats