| Package | Description |
|---|---|
| com.segue.scc.published.api.codeanalysis |
This package contains interfaces for code analysis tool integrations.
|
| Modifier and Type | Method and Description |
|---|---|
CodeAnalysisResult |
CodeAnalysisProfile.getBaseline()
This function is called before starting coverage.
|
CodeAnalysisResult |
CodeAnalysisProfile.getCoverage()
This function is called after stopCoverage().
|
boolean |
CodeAnalysisProfile.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 |
CodeAnalysisProfile.stopCoverage()
This function is called after startCoverage,
This is triggered by the SCTM Execution Server finishing a test run.
|
Copyright © Micro Focus 2004-2019. All rights reserved.