Fields inherited from class | Fields |
---|---|
interface ModelItem |
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY |
Type Params | Return Type | Name and description |
---|---|---|
|
MockResponse |
addNewMockResponse(java.lang.String name) |
|
MockResult |
getLastMockResult() |
|
MockResponse |
getMockResponseAt(int index) |
|
MockResponse |
getMockResponseByName(java.lang.String name) |
|
int |
getMockResponseCount() |
|
java.util.List<MockResponse> |
getMockResponses() |
|
MockService |
getMockService() |
|
Operation |
getOperation() |
|
java.lang.String |
getScript() This is a container used by dispatcher to save script, xpath expressions etc |
|
java.lang.String |
getScriptHelpUrl() |
|
void |
removeMockResponse(MockResponse mockResponse) |
|
void |
setScript(java.lang.String script)
|
Methods inherited from class | Name |
---|---|
interface ModelItem |
getChildren, getDescription, getIcon, getId, getName, getParent, getProject, getSettings |
interface Releasable |
release |
This is a container used by dispatcher to save script, xpath expressions etc
script
- this is a String that might be needed by the dispatch style used in this mock operation.