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

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

public class ExtendedIdTest
extends java.lang.Object

If you are really bored then you can test the case where the sinks link's sink is a link between 2 nodes I've just tested up to the case where the sink's link is just between 2 nodes and that should be sufficient because it tests the same code (the link constructor) just with different values in the sink ExtendedId

Author:
Ryan J. McCall

Constructor Summary
ExtendedIdTest()
           
 
Method Summary
 void testIsComplexLink()
           
 void testIsSimpleLink()
           
 void testLinkId()
           
 void testLinkId2()
           
 void testNodeId()
           
 void testNodeId0()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedIdTest

public ExtendedIdTest()
Method Detail

testNodeId

public void testNodeId()

testNodeId0

public void testNodeId0()

testLinkId

public void testLinkId()

testLinkId2

public void testLinkId2()

testIsSimpleLink

public void testIsSimpleLink()

testIsComplexLink

public void testIsComplexLink()