Uses of Class
org.mockcentral.editor.nodes.expectation.ExpectationModel

Packages that use ExpectationModel
org.mockcentral.editor.nodes.expectation Contains classes and interfaces used for editing the method expectations for Mock Object definitions. 
 

Uses of ExpectationModel in org.mockcentral.editor.nodes.expectation
 

Methods in org.mockcentral.editor.nodes.expectation that return ExpectationModel
static ExpectationModel ExpectationElementBuilder.createNewExpectationModel(MockObjectModel mockObjectModel)
          Creates and returns a new ExpectationModel.
 

Constructors in org.mockcentral.editor.nodes.expectation with parameters of type ExpectationModel
ExpectationController(ExpectationModel nodeModel)
          Creates a new instance, assigning the node model.