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. errorTestsprivate java.util.Map<java.lang.String,java.util.List<TestMethodStats>>DefaultReporterFactory. failedTestsprivate java.util.Map<java.lang.String,java.util.List<TestMethodStats>>DefaultReporterFactory. flakyTestsprivate java.util.Queue<TestMethodStats>TestSetRunListener. testMethodStatsMethods 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()
-