org.mule.tools.automationtestcoverage.model
Class AutomationCoverageReportItem
java.lang.Object
org.mule.tools.automationtestcoverage.model.AutomationCoverageReportItem
public class AutomationCoverageReportItem
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutomationCoverageReportItem
public AutomationCoverageReportItem(ConnectorProcessorInfo connectorOperationInfo)
getConnectorOperationInfo
public ConnectorProcessorInfo getConnectorOperationInfo()
getTestFilesCovered
public List<String> getTestFilesCovered()
setSkippedOperation
public void setSkippedOperation(boolean skipOperation)
getSkippedOperation
public boolean getSkippedOperation()
getCauseOfSkip
public String getCauseOfSkip()
setCauseOfSkip
public void setCauseOfSkip(String causeOfSkip)
setCauseOfWarning
public void setCauseOfWarning(String causeOfWarning)
getCauseOfWarning
public String getCauseOfWarning()
isMissingAssertion
public boolean isMissingAssertion()
setMissingAssertion
public void setMissingAssertion(boolean missingAssertion)
addTestFileCovered
public void addTestFileCovered(String filePath)
- Add the file path for the test that covers this operation
- Parameters:
filePath - The path of the file. Used only for report purposes
addTestFilesCovered
public void addTestFilesCovered(List<String> filesPath)
getCoveredOperation
public boolean getCoveredOperation()
Copyright © 2014. All rights reserved.