test
Class CSPFPriorityQueueTest

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

public class CSPFPriorityQueueTest
extends junit.framework.TestCase

Test a CSPF priority queue

Creation date: 05-Jan.-2004

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

Constructor Summary
CSPFPriorityQueueTest()
           
 
Method Summary
 void testRandomAdd()
           
 void testRandomUpdate()
           
 void testSimpleAdd()
           
 void testSimpleRemove()
           
 void testSimpleUpdate()
           
 
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

CSPFPriorityQueueTest

public CSPFPriorityQueueTest()
Method Detail

testSimpleAdd

public void testSimpleAdd()
                   throws InvalidDomainException,
                          java.io.FileNotFoundException
Throws:
InvalidDomainException
java.io.FileNotFoundException

testRandomAdd

public void testRandomAdd()
                   throws InvalidDomainException,
                          java.io.FileNotFoundException
Throws:
InvalidDomainException
java.io.FileNotFoundException

testRandomUpdate

public void testRandomUpdate()
                      throws InvalidDomainException,
                             java.io.FileNotFoundException
Throws:
InvalidDomainException
java.io.FileNotFoundException

testSimpleUpdate

public void testSimpleUpdate()

testSimpleRemove

public void testSimpleRemove()


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