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

Packages that use org.mockcentral.editor.nodes.expectation_group
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. 
org.mockcentral.editor.nodes.mockobject Contains Interfaces and Classes used for editing Mock Object definitions. 
 

Classes in org.mockcentral.editor.nodes.expectation_group used by org.mockcentral.editor.nodes.expectation
ExpectationGroupDataBean
          A bean class storing data used to create the JDOM Element corresponding to a group of method expectations.
IMethodsListEditor
          Interface for classes that handle edits to a Mock Object definition's list of method expectations.
MockableMethod
          Simple bean class used for display within MockCentralTableModel instances that display mockable interface Methods or mocked non-interface pseudo-methods.
 

Classes in org.mockcentral.editor.nodes.expectation_group used by org.mockcentral.editor.nodes.expectation_group
ExpectationGroupDataBean
          A bean class storing data used to create the JDOM Element corresponding to a group of method expectations.
IMethodsListEditor
          Interface for classes that handle edits to a Mock Object definition's list of method expectations.
MockableMethod
          Simple bean class used for display within MockCentralTableModel instances that display mockable interface Methods or mocked non-interface pseudo-methods.
 

Classes in org.mockcentral.editor.nodes.expectation_group used by org.mockcentral.editor.nodes.mockobject
ExpectationGroupDataBean
          A bean class storing data used to create the JDOM Element corresponding to a group of method expectations.