Uses of Class
org.mockcentral.editor.nodes.expectation.ExpectationDataBean

Packages that use ExpectationDataBean
org.mockcentral.editor.nodes.expectation Contains classes and interfaces used for editing the method expectations for Mock Object definitions. 
 

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

Methods in org.mockcentral.editor.nodes.expectation with parameters of type ExpectationDataBean
static org.jdom.Element ExpectationElementBuilder.createExpectationElement(ExpectationDataBean bean)
          Returns a new JDOM Element for a Mock Object method expectation.