|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.MockCentralNode
org.mockcentral.editor.nodes.expectation.ExpectationNode
public class ExpectationNode
A MockCentralNode class representing a method to be called on a
Mock Object.
| Field Summary |
|---|
| Fields inherited from class org.mockcentral.editor.nodes.MockCentralNode |
|---|
children, deleted, element, nodeDescription, nodeModel, nodeProblemManager, nodeView, parentNode |
| Constructor Summary | |
|---|---|
ExpectationNode()
Creates a new instance, creating and assigning the node model. |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o)
Comparable interface method that enables sorting of
instances within a parent ExpectationGroupNode. |
void |
createNodeDescription()
Creates the node description value. |
MockCentralNodeType |
getMockCentralNodeType()
Returns the MockCentralNodeType value identifying the type
for this node. |
| Methods inherited from class org.mockcentral.editor.nodes.MockCentralNode |
|---|
activateChildNode, getChildNodeOfName, getChildren, getElement, getNodeDescription, getNodeModel, getNodeProblemManager, getNodeView, getParentNode, getPath, initializeComponents, isDeleted, setDeleted, setElement, setParentNode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExpectationNode()
| Method Detail |
|---|
public MockCentralNodeType getMockCentralNodeType()
MockCentralNodeMockCentralNodeType value identifying the type
for this node.
getMockCentralNodeType in class MockCentralNodeMockCentralNodeType value identifying the type
for this node.public int compareTo(java.lang.Object o)
Comparable interface method that enables sorting of
instances within a parent ExpectationGroupNode.
o - the instance for comparison.
public void createNodeDescription()
MockCentralNode
createNodeDescription in class MockCentralNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||