public abstract class InterfaceCoverage<T extends OperationCoverage> extends AbstractCompositeCoverage
Coverage.Type
Constructor and Description |
---|
InterfaceCoverage(com.eviware.soapui.model.ModelItem modelItem,
Coverage.Type type) |
Modifier and Type | Method and Description |
---|---|
abstract com.eviware.soapui.model.iface.Interface |
getModelItem()
The closes modelItem for this coverage
|
abstract T |
getOperationCoverage(com.eviware.soapui.model.iface.Operation operation) |
abstract Collection<T> |
getOperations() |
release
add, getAssertionCoverageCount, getCoverageCount, getElementCount, getLineCoverage, getType, remove, removeAll, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildAt, getChildCount, getIcon, getText
public InterfaceCoverage(com.eviware.soapui.model.ModelItem modelItem, Coverage.Type type)
public abstract com.eviware.soapui.model.iface.Interface getModelItem()
Coverage
getModelItem
in interface Coverage
getModelItem
in interface CoverageTreeNode
getModelItem
in class CompositeCoverage
public abstract Collection<T> getOperations()
public abstract T getOperationCoverage(com.eviware.soapui.model.iface.Operation operation)
Copyright © 2019. All rights reserved.