|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEditExpectationPartManager
Interface for the EditExpectationPartManager class.
| Method Summary | |
|---|---|
void |
clearAnyParameters()
Clears the "any parameters" status. |
void |
deleteParameter(int selectionIndex,
org.mockcentral.server.SignaturePartBean bean)
Deletes the supplied parameter SignaturepartBean. |
void |
deleteResult()
Deletes the supplied result SignaturepartBean. |
void |
moveParameterDown(int selectionIndex,
org.mockcentral.server.SignaturePartBean bean)
Moves the supplied parameter SignaturepartBean down in the
list |
void |
moveParameterUp(int selectionIndex,
org.mockcentral.server.SignaturePartBean bean)
Moves the supplied parameter SignaturepartBean up in the
list |
void |
setAnyParameters()
Sets the "any parameters" status. |
void |
showAddParameterDialog(org.mockcentral.server.SignaturePartBean bean)
Shows a dialog for adding a new Mock Object method parameter. |
void |
showAddResultDialog(org.mockcentral.server.SignaturePartBean bean)
Shows a dialog for adding a Mock Object method result. |
void |
showEditExpectationDataDialog(org.mockcentral.editor.nodes.expectation.ExpectationModel nodeModel,
org.mockcentral.editor.nodes.expectation.MethodNameValidator validator)
Shows a dialog for editing the Mock Object method expectation method name and/or type. |
void |
showEditParameterDialog(int index,
org.mockcentral.server.SignaturePartBean bean)
Shows a dialog for editing the selected Mock Object method parameter. |
void |
showEditResultDialog(org.mockcentral.server.SignaturePartBean bean)
Shows a dialog for editing the Mock Object method result. |
| Method Detail |
|---|
void showEditExpectationDataDialog(org.mockcentral.editor.nodes.expectation.ExpectationModel nodeModel,
org.mockcentral.editor.nodes.expectation.MethodNameValidator validator)
nodeModel - the ExpectationModel.validator - the MethodNameValidator.void showAddParameterDialog(org.mockcentral.server.SignaturePartBean bean)
bean - a new SignaturePartBean for recording the
new Mock Object method expectation parameter data.
void showEditParameterDialog(int index,
org.mockcentral.server.SignaturePartBean bean)
index - the index of parameter.bean - the SignaturePartBean containing the
current Mock Object method expectation parameter data.void showAddResultDialog(org.mockcentral.server.SignaturePartBean bean)
bean - a new SignaturePartBean for recording the
new Mock Object method expectation result data.void showEditResultDialog(org.mockcentral.server.SignaturePartBean bean)
bean - the SignaturePartBean containing the current
Mock Object method expectation result data.void setAnyParameters()
void clearAnyParameters()
void deleteParameter(int selectionIndex,
org.mockcentral.server.SignaturePartBean bean)
SignaturepartBean.
selectionIndex - the index of the parameter, preserved in case of an
undo.bean - the parameter SignaturepartBean.
void moveParameterUp(int selectionIndex,
org.mockcentral.server.SignaturePartBean bean)
SignaturepartBean up in the
list
selectionIndex - the index of the parameter.bean - the parameter SignaturepartBean.
void moveParameterDown(int selectionIndex,
org.mockcentral.server.SignaturePartBean bean)
SignaturepartBean down in the
list
selectionIndex - the index of the parameter.bean - the parameter SignaturepartBean.void deleteResult()
SignaturepartBean.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||