Uses of Class
org.mockcentral.editor.nodes.mockobject.MockObjectModel

Packages that use MockObjectModel
org.mockcentral.editor.nodes.expectation Contains classes and interfaces used for editing the method expectations for Mock Object definitions. 
org.mockcentral.editor.nodes.mockobject Contains Interfaces and Classes used for editing Mock Object definitions. 
org.mockcentral.editor.nodes.mockobject_group Contains classes and interfaces used for editing groups of Mock Object definitions. 
 

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

Methods in org.mockcentral.editor.nodes.expectation with parameters of type MockObjectModel
static ExpectationModel ExpectationElementBuilder.createNewExpectationModel(MockObjectModel mockObjectModel)
          Creates and returns a new ExpectationModel.
 

Uses of MockObjectModel in org.mockcentral.editor.nodes.mockobject
 

Methods in org.mockcentral.editor.nodes.mockobject that return MockObjectModel
 MockObjectModel MockObjectDataBean.getNodeModel()
          Returns the associated MockObjectModel.
 

Methods in org.mockcentral.editor.nodes.mockobject with parameters of type MockObjectModel
 void MockObjectDataBean.setNodeModel(MockObjectModel nodeModel)
          Sets the associated MockObjectModel.
 

Constructors in org.mockcentral.editor.nodes.mockobject with parameters of type MockObjectModel
MockObjectController(MockObjectModel model)
          Creates a new instance.
 

Uses of MockObjectModel in org.mockcentral.editor.nodes.mockobject_group
 

Methods in org.mockcentral.editor.nodes.mockobject_group that return MockObjectModel
 MockObjectModel MockObjectGroupModel.getMockObjectModel(java.lang.String mockObjectName)
          Returns the MockObjectModel for the Mock Object identified by the parameter.