Uses of Class
org.mockcentral.editor.nodes.mockobject_group.MockObjectGroupModel

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

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

Methods in org.mockcentral.editor.nodes.expectation with parameters of type MockObjectGroupModel
 boolean ExpectationModel.hasReferenceTo(java.lang.String mockObjectName, MockObjectGroupModel mockObjectGroupModel)
          Returns whether the method expectation modeled in this class makes reference (as a parameter or the result) to the Mock Object modeled by the supplied MockObjectGroupModel.