org.mule.tools.automationtestcoverage.model
Class TestSourceItemInfo

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

public class TestSourceItemInfo
extends Object


Constructor Summary
TestSourceItemInfo(String fqnClass)
           
 
Method Summary
 void addAssertion(String assertion)
           
 void addFlowName(String flowName)
           
 List<String> getAssertions()
           
 List<String> getFlowNames()
           
 String getFqnClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSourceItemInfo

public TestSourceItemInfo(String fqnClass)
Method Detail

getFqnClass

public String getFqnClass()

getFlowNames

public List<String> getFlowNames()

getAssertions

public List<String> getAssertions()

addFlowName

public void addFlowName(String flowName)

addAssertion

public void addAssertion(String assertion)


Copyright © 2014. All rights reserved.