org.mockcentral.editor.nodes.expectation_group
Class EditExpectationGroupActions

java.lang.Object
  extended by org.mockcentral.editor.nodes.expectation_group.EditExpectationGroupActions
All Implemented Interfaces:
IEditExpectationGroupActions

public class EditExpectationGroupActions
extends java.lang.Object
implements IEditExpectationGroupActions

A class providing methods for adding a Mock Object expectation for the EditExpectationGroupPage.

Author:
David Hutchinson

Constructor Summary
EditExpectationGroupActions(org.mockcentral.editor.viewers.IMockCentralNodeGroupViewer page)
          Creates a new instance.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditExpectationGroupActions

public EditExpectationGroupActions(org.mockcentral.editor.viewers.IMockCentralNodeGroupViewer page)
Creates a new instance.

Parameters:
page - the IMockCentralNodeGroupViewer.
Method Detail

setExpectationGroupModel

public void setExpectationGroupModel(org.mockcentral.editor.nodes.expectation_group.ExpectationGroupModel expectationGroupModel)
Description copied from interface: IEditExpectationGroupActions
Sets the expectationGroupModel.

Specified by:
setExpectationGroupModel in interface IEditExpectationGroupActions
Parameters:
expectationGroupModel - the expectationGroupModel to set.

showCreateNewExpectationWizard

public void showCreateNewExpectationWizard()
Description copied from interface: IEditExpectationGroupActions
Displays a new wizard for creating a Mock Object method expectation.

Specified by:
showCreateNewExpectationWizard in interface IEditExpectationGroupActions