Uses of Package
org.mockcentral.editor.nodes.expectation

Packages that use org.mockcentral.editor.nodes.expectation
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. 
 

Classes in org.mockcentral.editor.nodes.expectation used by org.mockcentral.editor.nodes.expectation
ExpectationDataBean
          A simple class used to store and retrieve data used to construct a new Mock Object method expectation.
ExpectationModel
          A class that models a Mock Object method expectation data defined in the JDOM Element of an ExpectationNode object.
ExpectationNode
          A MockCentralNode class representing a method to be called on a Mock Object.
 

Classes in org.mockcentral.editor.nodes.expectation used by org.mockcentral.editor.nodes.expectation_group
ExpectationNode
          A MockCentralNode class representing a method to be called on a Mock Object.