org.mule.tools.automationtestcoverage.model
Class AutomationCoverageReportItem

java.lang.Object
  extended by org.mule.tools.automationtestcoverage.model.AutomationCoverageReportItem

public class AutomationCoverageReportItem
extends Object


Constructor Summary
AutomationCoverageReportItem(ConnectorProcessorInfo connectorOperationInfo)
           
 
Method Summary
 void addTestFileCovered(String filePath)
          Add the file path for the test that covers this operation
 void addTestFilesCovered(List<String> filesPath)
           
 String getCauseOfSkip()
           
 String getCauseOfWarning()
           
 ConnectorProcessorInfo getConnectorOperationInfo()
           
 boolean getCoveredOperation()
           
 boolean getSkippedOperation()
           
 List<String> getTestFilesCovered()
           
 boolean isMissingAssertion()
           
 void setCauseOfSkip(String causeOfSkip)
           
 void setCauseOfWarning(String causeOfWarning)
           
 void setMissingAssertion(boolean missingAssertion)
           
 void setSkippedOperation(boolean skipOperation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomationCoverageReportItem

public AutomationCoverageReportItem(ConnectorProcessorInfo connectorOperationInfo)
Method Detail

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.