test
Class NodeTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.NodeTest
All Implemented Interfaces:
junit.framework.Test

public class NodeTest
extends junit.framework.TestCase

Test the Node's method

Creation date: 20-Jan-2005 17:57:44

Author:
Fabian Skivee (skivee@run.montefiore.ulg.ac.be)

Constructor Summary
NodeTest()
           
 
Method Summary
 void testInAndOutLinks()
          Test inLink and outLink methods
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeTest

public NodeTest()
Method Detail

testInAndOutLinks

public void testInAndOutLinks()
                       throws NodeNotFoundException,
                              InvalidDomainException,
                              java.io.FileNotFoundException
Test inLink and outLink methods

Throws:
NodeNotFoundException
InvalidDomainException
java.io.FileNotFoundException


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.