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

Packages that use org.mockcentral.editor.nodes.fixture
org.mockcentral.editor.nodes Contains classes and interfaces used for constructing, editing, copying and pasting the MockCentralNode instances that comprise the data modelled from a MockCentral configuration file. 
org.mockcentral.editor.nodes.expectation.part Contains classes and interfaces used for editing the parameters or expected results for 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. 
org.mockcentral.editor.nodes.fixture_group Contains classes and interfaces used for editing the group of Fixture instances used to group Mock Object definitions. 
org.mockcentral.editor.viewers Contains classes and an interface used for constructing UI elements needed for displaying data in table or tree-type viewers. 
 

Classes in org.mockcentral.editor.nodes.fixture used by org.mockcentral.editor.nodes
FixtureNode
          A MockCentralNode class representing a testing Fixture containing a collection Mock Object definitions.
 

Classes in org.mockcentral.editor.nodes.fixture used by org.mockcentral.editor.nodes.expectation.part
FixtureNode
          A MockCentralNode class representing a testing Fixture containing a collection Mock Object definitions.
 

Classes in org.mockcentral.editor.nodes.fixture used by org.mockcentral.editor.nodes.fixture
FixtureDataBean
          Bean class used to store and retrieve data used to construct the JDOM Element for a FixtureNode.
FixtureModel
          A class that models data for Mock Object Fixture instances.
FixtureNode
          A MockCentralNode class representing a testing Fixture containing a collection Mock Object definitions.
SimpleBoundObjectModel
          A class used to model a simple (non-Mock) JNDI-bound Object to be loaded into the naming context along with a Fixture.
 

Classes in org.mockcentral.editor.nodes.fixture used by org.mockcentral.editor.nodes.fixture_group
FixtureNode
          A MockCentralNode class representing a testing Fixture containing a collection Mock Object definitions.
 

Classes in org.mockcentral.editor.nodes.fixture used by org.mockcentral.editor.viewers
FixtureNode
          A MockCentralNode class representing a testing Fixture containing a collection Mock Object definitions.