public class RestServiceCoverage extends InterfaceCoverage<RestResourceCoverage> implements com.eviware.soapui.model.iface.InterfaceListener
Coverage.Type
Constructor and Description |
---|
RestServiceCoverage(com.eviware.soapui.impl.rest.AbstractRestService restService,
CoverageConfig config) |
RestServiceCoverage(ProjectCoverage projectCoverage,
com.eviware.soapui.impl.rest.AbstractRestService restService,
boolean initialize,
CoverageConfig config) |
Modifier and Type | Method and Description |
---|---|
Object |
getChildAt(int i) |
int |
getChildCount() |
ImageIcon |
getIcon() |
com.eviware.soapui.impl.rest.AbstractRestService |
getModelItem()
The closes modelItem for this coverage
|
RestResourceCoverage |
getOperationCoverage(com.eviware.soapui.model.iface.Operation restResource) |
Collection<RestResourceCoverage> |
getOperations() |
ProjectCoverage |
getProjectCoverage() |
String |
getText() |
void |
methodAdded(com.eviware.soapui.impl.rest.RestMethod method) |
void |
methodRemoved(com.eviware.soapui.impl.rest.RestMethod method) |
void |
operationAdded(com.eviware.soapui.model.iface.Operation operation) |
void |
operationMoved(com.eviware.soapui.model.iface.Operation operation,
int fromIndex,
int offset) |
void |
operationRemoved(com.eviware.soapui.model.iface.Operation operation) |
void |
operationUpdated(com.eviware.soapui.model.iface.Operation operation) |
void |
release() |
void |
requestAdded(com.eviware.soapui.model.iface.Request request) |
void |
requestMoved(com.eviware.soapui.model.iface.Request request,
int fromIndex,
int offset) |
void |
requestRemoved(com.eviware.soapui.model.iface.Request request) |
add, getAssertionCoverageCount, getCoverageCount, getElementCount, getLineCoverage, getType, remove, removeAll, toString
public RestServiceCoverage(com.eviware.soapui.impl.rest.AbstractRestService restService, CoverageConfig config) throws Exception
Exception
public RestServiceCoverage(ProjectCoverage projectCoverage, com.eviware.soapui.impl.rest.AbstractRestService restService, boolean initialize, CoverageConfig config) throws Exception
Exception
public void release()
release
in interface CoverageTreeNode
release
in class AbstractCompositeCoverage
public com.eviware.soapui.impl.rest.AbstractRestService getModelItem()
Coverage
getModelItem
in interface Coverage
getModelItem
in interface CoverageTreeNode
getModelItem
in class InterfaceCoverage<RestResourceCoverage>
public String getText()
getText
in interface CoverageTreeNode
public ImageIcon getIcon()
getIcon
in interface CoverageTreeNode
public Collection<RestResourceCoverage> getOperations()
getOperations
in class InterfaceCoverage<RestResourceCoverage>
public RestResourceCoverage getOperationCoverage(com.eviware.soapui.model.iface.Operation restResource)
getOperationCoverage
in class InterfaceCoverage<RestResourceCoverage>
public int getChildCount()
getChildCount
in interface CoverageTreeNode
public Object getChildAt(int i)
getChildAt
in interface CoverageTreeNode
public ProjectCoverage getProjectCoverage()
public void operationAdded(com.eviware.soapui.model.iface.Operation operation)
operationAdded
in interface com.eviware.soapui.model.iface.InterfaceListener
public void operationRemoved(com.eviware.soapui.model.iface.Operation operation)
operationRemoved
in interface com.eviware.soapui.model.iface.InterfaceListener
public void operationUpdated(com.eviware.soapui.model.iface.Operation operation)
operationUpdated
in interface com.eviware.soapui.model.iface.InterfaceListener
public void operationMoved(com.eviware.soapui.model.iface.Operation operation, int fromIndex, int offset)
operationMoved
in interface com.eviware.soapui.model.iface.InterfaceListener
public void requestAdded(com.eviware.soapui.model.iface.Request request)
requestAdded
in interface com.eviware.soapui.model.iface.InterfaceListener
public void requestRemoved(com.eviware.soapui.model.iface.Request request)
requestRemoved
in interface com.eviware.soapui.model.iface.InterfaceListener
public void requestMoved(com.eviware.soapui.model.iface.Request request, int fromIndex, int offset)
requestMoved
in interface com.eviware.soapui.model.iface.InterfaceListener
public void methodAdded(com.eviware.soapui.impl.rest.RestMethod method)
methodAdded
in interface com.eviware.soapui.model.iface.InterfaceListener
public void methodRemoved(com.eviware.soapui.impl.rest.RestMethod method)
methodRemoved
in interface com.eviware.soapui.model.iface.InterfaceListener
Copyright © 2019. All rights reserved.