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

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

public class UnmodifiableNodeStructureImplTest
extends java.lang.Object


Constructor Summary
UnmodifiableNodeStructureImplTest()
           
 
Method Summary
 void setUp()
           
 void testAddDefaultLinkConven()
           
 void testAddDefaultLinkIntExtendedIdLinkCategoryDoubleDouble()
           
 void testAddDefaultLinkIntIntLinkCategoryDoubleDouble()
           
 void testAddDefaultLinkLink()
           
 void testAddDefaultLinks()
           
 void testAddDefaultNode()
           
 void testAddDefaultNodes()
           
 void testAddEquality()
          Test add.
 void testAddLink()
           
 void testAddLinkEquality()
          Test add link.
 void testAddLinkEquality2()
          Test add link2.
 void testAddLinkEquality3()
          Test add link2.
 void testAddNode()
           
 void testAddRemoveEquality()
          Test add remove.
 void testClearLinks()
           
 void testClearNodeStructure()
           
 void testContainsLinkableExtendedId()
           
 void testContainsLinkableLinkable()
           
 void testContainsLinkExtendedId()
           
 void testContainsLinkLink()
           
 void testContainsNodeExtendedId()
           
 void testContainsNodeInt()
           
 void testContainsNodeNode()
           
 void testCopy()
           
 void testCopyingEquality()
          Test copying.
 void testDecayNodeStructure()
           
 void testEmptyEquality()
          Test empty.
 void testGetAttachedLinksLinkable()
           
 void testGetAttachedLinksLinkableLinkCategory()
           
 void testGetConnectedSinks()
           
 void testGetConnectedSources()
           
 void testGetDefaultLinkType()
           
 void testGetDefaultNodeType()
           
 void testGetLink()
           
 void testGetLinkable()
           
 void testGetLinkableCount()
           
 void testGetLinkableMap()
           
 void testGetLinkables()
           
 void testGetLinkCount()
           
 void testGetLinks()
           
 void testGetLinksLinkCategory()
           
 void testGetNodeCount()
           
 void testGetNodeExtendedId()
           
 void testGetNodeInt()
           
 void testGetNodes()
           
 void testMergeWith()
           
 void testRemoveLink()
           
 void testRemoveLinkableExtendedId()
           
 void testRemoveLinkableLinkable()
           
 void testRemoveNode()
           
 void testUnmodifiableNodeStructureImplNodeStructureConstructor()
           
 void testUnmodifiableNodeStructureImplNodeStructureConstructor1()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmodifiableNodeStructureImplTest

public UnmodifiableNodeStructureImplTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testEmptyEquality

public void testEmptyEquality()
Test empty.


testAddEquality

public void testAddEquality()
Test add.


testCopyingEquality

public void testCopyingEquality()
Test copying.


testAddRemoveEquality

public void testAddRemoveEquality()
Test add remove.


testAddLinkEquality

public void testAddLinkEquality()
Test add link.


testAddLinkEquality2

public void testAddLinkEquality2()
Test add link2.


testAddLinkEquality3

public void testAddLinkEquality3()
Test add link2.


testUnmodifiableNodeStructureImplNodeStructureConstructor

public void testUnmodifiableNodeStructureImplNodeStructureConstructor()

testUnmodifiableNodeStructureImplNodeStructureConstructor1

public void testUnmodifiableNodeStructureImplNodeStructureConstructor1()

testCopy

public void testCopy()

testAddLink

public void testAddLink()

testAddDefaultLinkLink

public void testAddDefaultLinkLink()

testAddDefaultLinkIntExtendedIdLinkCategoryDoubleDouble

public void testAddDefaultLinkIntExtendedIdLinkCategoryDoubleDouble()

testAddDefaultLinkIntIntLinkCategoryDoubleDouble

public void testAddDefaultLinkIntIntLinkCategoryDoubleDouble()

testAddDefaultLinkConven

public void testAddDefaultLinkConven()

testAddDefaultLinks

public void testAddDefaultLinks()

testAddDefaultNode

public void testAddDefaultNode()

testAddNode

public void testAddNode()

testAddDefaultNodes

public void testAddDefaultNodes()

testRemoveLink

public void testRemoveLink()

testRemoveLinkableLinkable

public void testRemoveLinkableLinkable()

testRemoveLinkableExtendedId

public void testRemoveLinkableExtendedId()

testRemoveNode

public void testRemoveNode()

testClearLinks

public void testClearLinks()

testClearNodeStructure

public void testClearNodeStructure()

testMergeWith

public void testMergeWith()

testDecayNodeStructure

public void testDecayNodeStructure()

testContainsLinkLink

public void testContainsLinkLink()

testContainsLinkExtendedId

public void testContainsLinkExtendedId()

testContainsLinkableLinkable

public void testContainsLinkableLinkable()

testContainsLinkableExtendedId

public void testContainsLinkableExtendedId()

testContainsNodeNode

public void testContainsNodeNode()

testContainsNodeInt

public void testContainsNodeInt()

testContainsNodeExtendedId

public void testContainsNodeExtendedId()

testGetAttachedLinksLinkable

public void testGetAttachedLinksLinkable()

testGetAttachedLinksLinkableLinkCategory

public void testGetAttachedLinksLinkableLinkCategory()

testGetConnectedSinks

public void testGetConnectedSinks()

testGetConnectedSources

public void testGetConnectedSources()

testGetDefaultLinkType

public void testGetDefaultLinkType()

testGetDefaultNodeType

public void testGetDefaultNodeType()

testGetLink

public void testGetLink()

testGetLinkCount

public void testGetLinkCount()

testGetLinkable

public void testGetLinkable()

testGetLinkableCount

public void testGetLinkableCount()

testGetLinkableMap

public void testGetLinkableMap()

testGetLinkables

public void testGetLinkables()

testGetLinks

public void testGetLinks()

testGetLinksLinkCategory

public void testGetLinksLinkCategory()

testGetNodeInt

public void testGetNodeInt()

testGetNodeExtendedId

public void testGetNodeExtendedId()

testGetNodeCount

public void testGetNodeCount()

testGetNodes

public void testGetNodes()