Uses of Class
org.apache.maven.plugins.surefire.report.ReportTestCase
-
Packages that use ReportTestCase Package Description org.apache.maven.plugins.surefire.report -
-
Uses of ReportTestCase in org.apache.maven.plugins.surefire.report
Fields in org.apache.maven.plugins.surefire.report declared as ReportTestCase Modifier and Type Field Description private ReportTestCase
TestSuiteXmlParser. testCase
Fields in org.apache.maven.plugins.surefire.report with type parameters of type ReportTestCase Modifier and Type Field Description private java.util.List<ReportTestCase>
ReportTestSuite. testCases
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)
private ReportTestCase
ReportTestCase. setFailureMessage(java.lang.String failureMessage)
private ReportTestCase
ReportTestCase. setFailureType(java.lang.String failureType)
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()
Methods in org.apache.maven.plugins.surefire.report with parameters of type ReportTestCase Modifier and Type Method Description private static void
SurefireReportGenerator. constructTestCaseSection(org.apache.maven.doxia.sink.Sink sink, java.text.NumberFormat numberFormat, ReportTestCase testCase)
private static java.lang.String
SurefireReportGenerator. toHtmlIdFailure(ReportTestCase tCase)
Method parameters in org.apache.maven.plugins.surefire.report with type arguments of type ReportTestCase Modifier and Type Method Description private void
SurefireReportGenerator. constructFailureDetails(org.apache.maven.doxia.sink.Sink sink, LocalizedProperties bundle, java.util.List<ReportTestCase> failures)
(package private) ReportTestSuite
ReportTestSuite. setTestCases(java.util.List<ReportTestCase> testCases)
-