|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.expectation_group.ExpectationGroupElementBuilder
public class ExpectationGroupElementBuilder
A class used to build a JDOM Element for the group of method
expectation for a Mock Object definition.
| Constructor Summary | |
|---|---|
ExpectationGroupElementBuilder()
|
|
| Method Summary | |
|---|---|
static org.jdom.Element |
createExpectationGroupElement(ExpectationGroupDataBean bean)
Returns a new JDOM Element for the group of method
expectation for a Mock Object definition. |
static java.util.List<MockCentralNode> |
createExpectationNodeList(ExpectationGroupDataBean bean)
Returns a list containing the new expectation nodes built using the supplied ExpectationGroupDataBean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpectationGroupElementBuilder()
| Method Detail |
|---|
public static java.util.List<MockCentralNode> createExpectationNodeList(ExpectationGroupDataBean bean)
ExpectationGroupDataBean.
bean - the ExpectationGroupDataBean containing any
number of child ExpectationDataBean instances used to build
the node list.
ExpectationGroupDataBean.public static org.jdom.Element createExpectationGroupElement(ExpectationGroupDataBean bean)
Element for the group of method
expectation for a Mock Object definition.
bean - the ExppectationGroupElementDataBean from which
to obtain the data.
Element for the group of method
expectation for a Mock Object definition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||