Uses of Class
org.apache.maven.plugin.surefire.report.TestMethodStats
-
Packages that use TestMethodStats Package Description org.apache.maven.plugin.surefire.report -
-
Uses of TestMethodStats in org.apache.maven.plugin.surefire.report
Fields in org.apache.maven.plugin.surefire.report with type parameters of type TestMethodStats Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<TestMethodStats>>
DefaultReporterFactory. errorTests
private java.util.Map<java.lang.String,java.util.List<TestMethodStats>>
DefaultReporterFactory. failedTests
private java.util.Map<java.lang.String,java.util.List<TestMethodStats>>
DefaultReporterFactory. flakyTests
private java.util.Queue<TestMethodStats>
TestSetRunListener. testMethodStats
Methods in org.apache.maven.plugin.surefire.report that return types with arguments of type TestMethodStats Modifier and Type Method Description java.util.Queue<TestMethodStats>
TestSetRunListener. getTestMethodStats()
-