|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExpectationGroupDataBean | |
|---|---|
| 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. |
| Uses of ExpectationGroupDataBean in org.mockcentral.editor.nodes.expectation |
|---|
| Methods in org.mockcentral.editor.nodes.expectation that return ExpectationGroupDataBean | |
|---|---|
ExpectationGroupDataBean |
ExpectationDataBean.getParent()
Returns the parent ExpectationGroupDataBean. |
| Methods in org.mockcentral.editor.nodes.expectation with parameters of type ExpectationGroupDataBean | |
|---|---|
void |
ExpectationDataBean.setParent(ExpectationGroupDataBean parent)
Sets the parent ExpectationGroupDataBean. |
| Uses of ExpectationGroupDataBean in org.mockcentral.editor.nodes.expectation_group |
|---|
| Methods in org.mockcentral.editor.nodes.expectation_group with parameters of type ExpectationGroupDataBean | |
|---|---|
static org.jdom.Element |
ExpectationGroupElementBuilder.createExpectationGroupElement(ExpectationGroupDataBean bean)
Returns a new JDOM Element for the group of method
expectation for a Mock Object definition. |
static java.util.List<MockCentralNode> |
ExpectationGroupElementBuilder.createExpectationNodeList(ExpectationGroupDataBean bean)
Returns a list containing the new expectation nodes built using the supplied ExpectationGroupDataBean. |
| Uses of ExpectationGroupDataBean in org.mockcentral.editor.nodes.mockobject |
|---|
| Methods in org.mockcentral.editor.nodes.mockobject that return ExpectationGroupDataBean | |
|---|---|
ExpectationGroupDataBean |
MockObjectDataBean.getExpectationGroupBean()
Returns the ExpectationGroupDataBean defining any method
expectations for the Mock Object. |
| Methods in org.mockcentral.editor.nodes.mockobject with parameters of type ExpectationGroupDataBean | |
|---|---|
void |
MockObjectDataBean.setExpectationGroupBean(ExpectationGroupDataBean expectationGroupBean)
Sets the ExpectationGroupDataBean defining any method
expectations for the Mock Object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||