Package org.mockcentral.editor.nodes.expectation

Contains classes and interfaces used for editing the method expectations for Mock Object definitions.

See:
          Description

Interface Summary
IExpectationModelObserver Interface for classes interested in observing changes to the data modeled in an ExpectationModel instance.
 

Class Summary
ExpectationController The controller class within the MVC structure that includes the ExpectationModel and IMockCentralNodeView classes.
ExpectationDataBean A simple class used to store and retrieve data used to construct a new Mock Object method expectation.
ExpectationElementBuilder A class used to build a JDOM Element for a Mock Object method expectation.
ExpectationModel A class that models a Mock Object method expectation data defined in the JDOM Element of an ExpectationNode object.
ExpectationModelConstants A Class defining constants for use in editing Mock Object method expectation data.
ExpectationNode A MockCentralNode class representing a method to be called on a Mock Object.
MethodNameValidator Class used to validate a method name for an Mock Object method expectation.
 

Package org.mockcentral.editor.nodes.expectation Description

Contains classes and interfaces used for editing the method expectations for Mock Object definitions.