edu.memphis.ccrg.lida.framework.shared
Class NodeImplTest

java.lang.Object
  extended by edu.memphis.ccrg.lida.framework.shared.NodeImplTest

public class NodeImplTest
extends java.lang.Object

This is a JUnit class which can be used to test methods of the NodeImpl class

Author:
Siminder Kaur

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

NodeImplTest

public NodeImplTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
This method is called before running each test case to initialize the objects

Throws:
java.lang.Exception - e

testGetId

public void testGetId()
This method is used to test the NodeImpl.getId() method


testSetId

public void testSetId()
This method is used to test the NodeImpl.setId() method


testSetExtendedId

public void testSetExtendedId()

testGetLabel

public void testGetLabel()
This method is used to test the NodeImpl.getLabel() method


testSetLabel

public void testSetLabel()
This method is used to test the NodeImpl.setLabel() method


testGetReferencedNode

public void testGetReferencedNode()
This method is used to test the NodeImpl.getReferencedNode() method


testSetReferencedNode

public void testSetReferencedNode()
This method is used to test the NodeImpl.setReferencedNode() method


testEquals

public void testEquals()
This method is used to test the NodeImpl.equals() method


testHashCode

public void testHashCode()
This method is used to test the NodeImpl.hashCode() method


testDesirability

public void testDesirability()