Package org.mockcentral.editor.nodes.expectation_group

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

See:
          Description

Interface Summary
IMethodsListEditor Interface for classes that handle edits to a Mock Object definition's list of method expectations.
 

Class Summary
ExpectationGroupDataBean A bean class storing data used to create the JDOM Element corresponding to a group of method expectations.
ExpectationGroupElementBuilder A class used to build a JDOM Element for the group of method expectation for a Mock Object definition.
ExpectationGroupModel A class that models the list of method expectations for a Mock Object definition.
ExpectationGroupNode A MockCentralNode class representing the list of method expectations for a Mock Object.
MockableMethod Simple bean class used for display within MockCentralTableModel instances that display mockable interface Methods or mocked non-interface pseudo-methods.
MockableMethodDescriber Utility class for creating String descriptions of MockableMethod instances.
MockableMethodsTableModelBuilder A class for building a MockCentralTableModel containing MockableMethod instances.
 

Package org.mockcentral.editor.nodes.expectation_group Description

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