Package org.mockcentral.editor.nodes.expectation.operations

Contains Operation classes that define undoable operations relating to editing ExpectationNode data for the plug-in editor.

See:
          Description

Interface Summary
IEditExpectationOperationExecutions Interface for the EditExpectationOperations class.
 

Class Summary
AddParameterOperation An Operation invoked on an ExpectationController instance to add to the Mock Object method's parameters.
AddResultOperation An Operation invoked on an ExpectationController instance to add a result to the Mock Object method.
ClearAnyParametersOperation An Operation invoked on an ExpectationController instance to un-set the parameters list to "any".
DeleteParameterOperation An Operation invoked on an ExpectationController instance to delete one of the Mock Object method's parameters.
DeleteResultOperation An Operation invoked on an ExpectationController instance to delete the Mock Object method's result.
EditExpectationOperationExecutions A class providing execution code for Action instances defined in the EditExpectationPage class.
MoveParameterOperation An Operation invoked on an ExpectationController instance to move one of the Mock Object method parameters up or down in the parameters list.
SetAnyParametersOperation An Operation invoked on an ExpectationController instance to set the parameters list to "any", which will result in an AnyConstraintMatcher being created for the Mock Object method.
SetExpectationDataOperation An Operation invoked on an ExpectationController instance to update the Mock Object method name and/or type.
SetParameterOperation An Operation invoked on an ExpectationController instance to set data for one of the Mock Object method's parameters.
SetResultOperation An Operation invoked on an ExpectationController instance to set data for the Mock Object method's result.
 

Package org.mockcentral.editor.nodes.expectation.operations Description

Contains Operation classes that define undoable operations relating to editing ExpectationNode data for the plug-in editor.