|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.memphis.ccrg.lida.framework.shared.NodeImplTest
public class NodeImplTest
This is a JUnit class which can be used to test methods of the NodeImpl class
Constructor Summary | |
---|---|
NodeImplTest()
|
Method Summary | |
---|---|
void |
setUp()
This method is called before running each test case to initialize the objects |
void |
testDesirability()
|
void |
testEquals()
This method is used to test the NodeImpl.equals() method |
void |
testGetId()
This method is used to test the NodeImpl.getId() method |
void |
testGetLabel()
This method is used to test the NodeImpl.getLabel() method |
void |
testGetReferencedNode()
This method is used to test the NodeImpl.getReferencedNode() method |
void |
testHashCode()
This method is used to test the NodeImpl.hashCode() method |
void |
testSetExtendedId()
|
void |
testSetId()
This method is used to test the NodeImpl.setId() method |
void |
testSetLabel()
This method is used to test the NodeImpl.setLabel() method |
void |
testSetReferencedNode()
This method is used to test the NodeImpl.setReferencedNode() method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeImplTest()
Method Detail |
---|
public void setUp() throws java.lang.Exception
java.lang.Exception
- epublic void testGetId()
public void testSetId()
public void testSetExtendedId()
public void testGetLabel()
public void testSetLabel()
public void testGetReferencedNode()
public void testSetReferencedNode()
public void testEquals()
public void testHashCode()
public void testDesirability()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |