Uses of Interface
org.mockcentral.editor.nodes.problem.INodeProblemParticipant

Packages that use INodeProblemParticipant
org.mockcentral.editor.nodes.expectation Contains classes and interfaces used for editing the method expectations for Mock Object definitions. 
org.mockcentral.editor.nodes.fixture Contains classes and interfaces used for editing Fixture instances used to group Mock Object definitions. 
 

Uses of INodeProblemParticipant in org.mockcentral.editor.nodes.expectation
 

Classes in org.mockcentral.editor.nodes.expectation that implement INodeProblemParticipant
 class ExpectationModel
          A class that models a Mock Object method expectation data defined in the JDOM Element of an ExpectationNode object.
 

Uses of INodeProblemParticipant in org.mockcentral.editor.nodes.fixture
 

Classes in org.mockcentral.editor.nodes.fixture that implement INodeProblemParticipant
 class FixtureModel
          A class that models data for Mock Object Fixture instances.