suvi.alg.util
Class NodeRankingPoliciesTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--suvi.alg.util.NodeRankingPoliciesTest
All Implemented Interfaces:
junit.framework.Test

public class NodeRankingPoliciesTest
extends junit.framework.TestCase

A [JUnit] test for NodeRankingPolicies.


Constructor Summary
NodeRankingPoliciesTest()
           
 
Method Summary
 void testNetworkSimplexOnClothing()
          Tests the network simplex algorithm by running it on a specific graph.
 
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

NodeRankingPoliciesTest

public NodeRankingPoliciesTest()
Method Detail

testNetworkSimplexOnClothing

public void testNetworkSimplexOnClothing()

Tests the network simplex algorithm by running it on a specific graph.