|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEditExpectationOperationExecutions
Interface for the EditExpectationOperations class.
| Method Summary | |
|---|---|
void |
executeAddParameter(org.mockcentral.server.SignaturePartBean partModel)
Executes a new AddParameterOperation. |
void |
executeAddResult(org.mockcentral.server.SignaturePartBean partModel)
Executes a new AddResultOperation. |
void |
executeClearAnyParameters()
Executes a new ClearAnyParametersOperation. |
void |
executeDeleteParameter(int index,
org.mockcentral.server.SignaturePartBean partModel)
Executes a new DeleteParameterOperation. |
void |
executeDeleteResult()
Executes a new DeleteResultOperation. |
void |
executeMoveParameterDown(int index,
org.mockcentral.server.SignaturePartBean partModel)
Executes a new MoveParameterOperation. |
void |
executeMoveParameterUp(int index,
org.mockcentral.server.SignaturePartBean partModel)
Executes a new MoveParameterOperation. |
void |
executeSetAnyParameters()
Executes a new SetAnyParametersOperation. |
void |
executeSetParameter(int index,
org.mockcentral.server.SignaturePartBean partModel,
org.mockcentral.server.SignaturePartBean originalData)
Executes a new SetParameterOperationOperation. |
void |
executeSetResult(org.mockcentral.server.SignaturePartBean partModel,
org.mockcentral.server.SignaturePartBean originalData)
Executes a new SetResultOperation. |
void |
executeUpdateExpectationData(java.lang.String[] data)
Executes a new SetExpectationDataOperation. |
| Method Detail |
|---|
void executeUpdateExpectationData(java.lang.String[] data)
SetExpectationDataOperation.
data - the new data for the Mock Object method expectation method
name and method type.void executeAddParameter(org.mockcentral.server.SignaturePartBean partModel)
AddParameterOperation.
partModel - the SignaturePartBean containing the data
for the new Mock Object method parameter.
void executeSetParameter(int index,
org.mockcentral.server.SignaturePartBean partModel,
org.mockcentral.server.SignaturePartBean originalData)
SetParameterOperationOperation.
index - the index of the parameter within the parameters list.partModel - the SignaturePartBean containing the new
data for the Mock Object method parameter.originalData - the SignaturePartBean containing the
original data for the Mock Object method parameter.
void executeDeleteParameter(int index,
org.mockcentral.server.SignaturePartBean partModel)
DeleteParameterOperation.
index - the index of the parameter within the parameters list.partModel - the SignaturePartBean containing the data
for the Mock Object method parameter.
void executeMoveParameterUp(int index,
org.mockcentral.server.SignaturePartBean partModel)
MoveParameterOperation.
index - the index of the parameter within the parameters list.partModel - the SignaturePartBean containing the data
for the Mock Object method parameter.
void executeMoveParameterDown(int index,
org.mockcentral.server.SignaturePartBean partModel)
MoveParameterOperation.
index - the index of the parameter within the parameters list.partModel - the SignaturePartBean containing the data
for the Mock Object method parameter.void executeSetAnyParameters()
SetAnyParametersOperation.
void executeClearAnyParameters()
ClearAnyParametersOperation.
void executeAddResult(org.mockcentral.server.SignaturePartBean partModel)
AddResultOperation.
partModel - partModel the SignaturePartBean
containing the data for the Mock Object method result.
void executeSetResult(org.mockcentral.server.SignaturePartBean partModel,
org.mockcentral.server.SignaturePartBean originalData)
SetResultOperation.
partModel - the SignaturePartBean containing the new
data for the Mock Object method result.originalData - the SignaturePartBean containing the
original data for the Mock Object method result.void executeDeleteResult()
DeleteResultOperation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||