Uses of Class
org.apache.maven.surefire.report.SimpleReportEntry
-
Packages that use SimpleReportEntry Package Description org.apache.maven.surefire.report -
-
Uses of SimpleReportEntry in org.apache.maven.surefire.report
Subclasses of SimpleReportEntry in org.apache.maven.surefire.report Modifier and Type Class Description class
CategorizedReportEntry
Methods in org.apache.maven.surefire.report that return SimpleReportEntry Modifier and Type Method Description static SimpleReportEntry
SimpleReportEntry. assumption(java.lang.String source, java.lang.String name, java.lang.String message)
static SimpleReportEntry
SimpleReportEntry. ignored(java.lang.String source, java.lang.String name, java.lang.String message)
static SimpleReportEntry
SimpleReportEntry. withException(java.lang.String source, java.lang.String name, StackTraceWriter stackTraceWriter)
-