Uses of Interface
org.mockcentral.editor.nodes.expectation_group.IMethodsListEditor

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

Constructors in org.mockcentral.editor.nodes.expectation with parameters of type IMethodsListEditor
MethodNameValidator(IMethodsListEditor editor)
          Creates a new instance.
 

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

Classes in org.mockcentral.editor.nodes.expectation_group that implement IMethodsListEditor
 class ExpectationGroupModel
          A class that models the list of method expectations for a Mock Object definition.
 

Constructors in org.mockcentral.editor.nodes.expectation_group with parameters of type IMethodsListEditor
MockableMethodsTableModelBuilder(IMethodsListEditor methodsListEditor)
          Creates a new instance.