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 ReportTestCaseTestSuiteXmlParser. testCaseFields in org.apache.maven.plugins.surefire.report with type parameters of type ReportTestCase Modifier and Type Field Description private java.util.List<ReportTestCase>ReportTestSuite. testCasesMethods in org.apache.maven.plugins.surefire.report that return ReportTestCase Modifier and Type Method Description ReportTestCaseReportTestCase. setClassName(java.lang.String name)ReportTestCaseReportTestCase. setError(java.lang.String message, java.lang.String type)ReportTestCaseReportTestCase. setFailure(java.lang.String message, java.lang.String type)ReportTestCaseReportTestCase. setFailureDetail(java.lang.String failureDetail)ReportTestCaseReportTestCase. setFailureErrorLine(java.lang.String failureErrorLine)private ReportTestCaseReportTestCase. setFailureMessage(java.lang.String failureMessage)private ReportTestCaseReportTestCase. setFailureType(java.lang.String failureType)ReportTestCaseReportTestCase. setFullClassName(java.lang.String name)ReportTestCaseReportTestCase. setFullName(java.lang.String fullName)ReportTestCaseReportTestCase. setName(java.lang.String name)ReportTestCaseReportTestCase. setSkipped(java.lang.String message)ReportTestCaseReportTestCase. 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 voidSurefireReportGenerator. constructTestCaseSection(org.apache.maven.doxia.sink.Sink sink, java.text.NumberFormat numberFormat, ReportTestCase testCase)private static java.lang.StringSurefireReportGenerator. toHtmlIdFailure(ReportTestCase tCase)Method parameters in org.apache.maven.plugins.surefire.report with type arguments of type ReportTestCase Modifier and Type Method Description private voidSurefireReportGenerator. constructFailureDetails(org.apache.maven.doxia.sink.Sink sink, LocalizedProperties bundle, java.util.List<ReportTestCase> failures)(package private) ReportTestSuiteReportTestSuite. setTestCases(java.util.List<ReportTestCase> testCases)
-