org.mockcentral.editor.nodes.expectation_group
Interface IEditExpectationGroupActions

All Known Implementing Classes:
EditExpectationGroupActions

public interface IEditExpectationGroupActions

Interface for the EditExpectationGroupActions class.

Author:
David Hutchinson

Method Summary
 void setExpectationGroupModel(org.mockcentral.editor.nodes.expectation_group.ExpectationGroupModel expectationGroupModel)
          Sets the expectationGroupModel.
 void showCreateNewExpectationWizard()
          Displays a new wizard for creating a Mock Object method expectation.
 

Method Detail

showCreateNewExpectationWizard

void showCreateNewExpectationWizard()
Displays a new wizard for creating a Mock Object method expectation.


setExpectationGroupModel

void setExpectationGroupModel(org.mockcentral.editor.nodes.expectation_group.ExpectationGroupModel expectationGroupModel)
Sets the expectationGroupModel.

Parameters:
expectationGroupModel - the expectationGroupModel to set.