Uses of Class
org.apache.maven.plugins.surefire.report.ReportTestCase
-
-
Uses of ReportTestCase in org.apache.maven.plugins.surefire.report
Methods in org.apache.maven.plugins.surefire.report that return ReportTestCase Modifier and Type Method Description ReportTestCase
ReportTestCase. setClassName(java.lang.String name)
ReportTestCase
ReportTestCase. setError(java.lang.String message, java.lang.String type)
ReportTestCase
ReportTestCase. setFailure(java.lang.String message, java.lang.String type)
ReportTestCase
ReportTestCase. setFailureDetail(java.lang.String failureDetail)
ReportTestCase
ReportTestCase. setFailureErrorLine(java.lang.String failureErrorLine)
ReportTestCase
ReportTestCase. setFullClassName(java.lang.String name)
ReportTestCase
ReportTestCase. setFullName(java.lang.String fullName)
ReportTestCase
ReportTestCase. setName(java.lang.String name)
ReportTestCase
ReportTestCase. setSkipped(java.lang.String message)
ReportTestCase
ReportTestCase. setTime(float time)
Methods in org.apache.maven.plugins.surefire.report that return types with arguments of type ReportTestCase Modifier and Type Method Description java.util.List<ReportTestCase>
SurefireReportParser. getFailureDetails(java.util.List<ReportTestSuite> testSuites)
java.util.List<ReportTestCase>
ReportTestSuite. getTestCases()
-