Index
All Classes and Interfaces|All Packages
C
- characters(char[], int, int) - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
- computePercentage(int, int, int, int) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
E
- endElement(String, String, String) - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
G
- getClassName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- getFailureDetail() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- getFailureDetails(List<ReportTestSuite>) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
- getFailureErrorLine() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- getFailureMessage() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- getFailureType() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- getFullClassName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- getFullClassName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- getFullName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- getName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- getName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- getNumberFormat() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
- getNumberOfErrors() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- getNumberOfFailures() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- getNumberOfFlakes() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- getNumberOfSkipped() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- getNumberOfTests() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- getPackageName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- getSuitesGroupByPackage(List<ReportTestSuite>) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
- getSummary(List<ReportTestSuite>) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
- getTestCases() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- getTime() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- getTimeElapsed() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
H
- hasError() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- hasFailure() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- hasReportFiles(File) - Static method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
-
Returns
true
if the specified directory contains at least one report file. - hasSkipped() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
I
- incrementNumberOfErrors() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- incrementNumberOfFailures() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- incrementNumberOfFlakes() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- incrementNumberOfSkipped() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- isSuccessful() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- isValid() - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
O
- org.apache.maven.plugins.surefire.report - package org.apache.maven.plugins.surefire.report
P
- parse(InputStreamReader) - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
- parse(String) - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
- parseXMLReportFiles() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
R
- ReportTestCase - Class in org.apache.maven.plugins.surefire.report
- ReportTestCase() - Constructor for class org.apache.maven.plugins.surefire.report.ReportTestCase
- ReportTestSuite - Class in org.apache.maven.plugins.surefire.report
- ReportTestSuite() - Constructor for class org.apache.maven.plugins.surefire.report.ReportTestSuite
S
- setClassName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- setError(String, String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- setFailure(String, String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- setFailureDetail(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- setFailureErrorLine(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- setFullClassName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- setFullClassName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- setFullName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- setName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- setName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- setNumberOfErrors(int) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- setNumberOfFailures(int) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- setNumberOfFlakes(int) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- setNumberOfSkipped(int) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- setNumberOfTests(int) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- setPackageName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- setSkipped(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- setTime(float) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- setTimeElapsed(float) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- startElement(String, String, String, Attributes) - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
- SurefireReportParser - Class in org.apache.maven.plugins.surefire.report
- SurefireReportParser(List<File>, Locale, ConsoleLogger) - Constructor for class org.apache.maven.plugins.surefire.report.SurefireReportParser
T
- TestSuiteXmlParser - Class in org.apache.maven.plugins.surefire.report
- TestSuiteXmlParser(ConsoleLogger) - Constructor for class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
- toString() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- toString() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
All Classes and Interfaces|All Packages