Class CCReportUtilities
java.lang.Object
com.ibm.debug.pdt.codecoverage.ui.CCReportUtilities
Utilities to open code coverage reports
- Since:
- 2.0
- Do not extend:
- This class is not intended to be subclassed by clients.
- Do not instantiate:
- This class is not intended to be instantiated by clients.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidopenMergedReport(ICCResultAdapter[] results) Merges a list of results and open the result in the report viewerstatic voidopenReport(ICCResultAdapter result) Opens a code coverage result in the report viewer
-
Constructor Details
-
CCReportUtilities
public CCReportUtilities()
-
-
Method Details
-
openReport
Opens a code coverage result in the report viewer- Parameters:
result- the result to view- Throws:
CCResultsViewException- thrown if there is a problem with the result
-
openMergedReport
Merges a list of results and open the result in the report viewer- Parameters:
results- the list of results to merge- Throws:
CCResultsViewException- thrown if there is an issue with one of the results
-