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

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

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

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

Uses of ExpectationNode in org.mockcentral.editor.nodes.expectation_group
 

Methods in org.mockcentral.editor.nodes.expectation_group that return ExpectationNode
 ExpectationNode ExpectationGroupModel.createExpectationNode(java.lang.String methodName)
          Creates and returns a new ExpectationNode constructed using the supplied method name.