test.edu.uci.ics.jung.graph.filters
Class NewFilterTest

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.graph.filters.NewFilterTest

public class NewFilterTest
extends TestCase

Author:
danyelf

Constructor Summary
NewFilterTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAssembly()
           
 void testAssemblyII()
          Each vertex in the original should have a corresponding vertex; these vertices should be the whole thing.
 void testAssemblyVertex()
           
 void testBasicFilter()
           
 void testBasicFilterVertex()
           
 void testFilterList()
           
 void testLocalFilterSerialCompliance()
           
 void testLocalFilterSerialComplianceII()
           
 void testPairOfFiltersEfficient()
          Tests an edge filter with a vertex filter serially
 void testPairOfFiltersInefficient()
          Tests an edge filter against the solo nodes filter serially
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewFilterTest

public NewFilterTest()
Method Detail

setUp

protected void setUp()

tearDown

protected void tearDown()

testBasicFilter

public void testBasicFilter()

testBasicFilterVertex

public void testBasicFilterVertex()

testAssembly

public void testAssembly()

testAssemblyVertex

public void testAssemblyVertex()

testAssemblyII

public void testAssemblyII()
Each vertex in the original should have a corresponding vertex; these vertices should be the whole thing.


testPairOfFiltersEfficient

public void testPairOfFiltersEfficient()
Tests an edge filter with a vertex filter serially


testLocalFilterSerialCompliance

public void testLocalFilterSerialCompliance()

testLocalFilterSerialComplianceII

public void testLocalFilterSerialComplianceII()

testPairOfFiltersInefficient

public void testPairOfFiltersInefficient()
Tests an edge filter against the solo nodes filter serially


testFilterList

public void testFilterList()