public interface CodeAnalysisProfile
| Modifier and Type | Method and Description |
|---|---|
CodeAnalysisResult |
getBaseline()
This function is called before starting coverage.
|
CodeAnalysisResult |
getCoverage()
This function is called after stopCoverage().
|
java.lang.String |
getName()
This function is called first by the SCTM Code Coverage framework
The name of the plug-in is displayed in the code coverage drop down in SCTM
|
boolean |
startCoverage()
This function is called by the SCTM Code Coverage Framework
after the getBaseLine() method is complete
this is where you should start your code coverage tool
collecting code coverage data
|
boolean |
stopCoverage()
This function is called after startCoverage,
This is triggered by the SCTM Execution Server finishing a test run.
|
boolean startCoverage()
throws CodeAnalysisProfileException
CodeAnalysisProfileException - if an error occurs in this operationboolean stopCoverage()
throws CodeAnalysisProfileException
CodeAnalysisProfileException - if an error occurs in this operationCodeAnalysisResult getBaseline() throws CodeAnalysisProfileException
CodeAnalysisProfileException - if an error occurs in this operationCodeAnalysisResult getCoverage() throws CodeAnalysisProfileException
CodeAnalysisProfileException - if an error occurs in this operationjava.lang.String getName()
Copyright © Micro Focus 2004-2019. All rights reserved.