org.mule.tools.automationtestcoverage.model
Class TestSourceItemInfo
java.lang.Object
org.mule.tools.automationtestcoverage.model.TestSourceItemInfo
public class TestSourceItemInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSourceItemInfo
public TestSourceItemInfo(String fqnClass)
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.