test.edu.uci.ics.jung.io
Class BipartiteGraphReaderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.edu.uci.ics.jung.io.BipartiteGraphReaderTest
All Implemented Interfaces:
junit.framework.Test

public class BipartiteGraphReaderTest
extends junit.framework.TestCase

Author:
Joshua O'Madadhain

Constructor Summary
BipartiteGraphReaderTest()
           
 
Method Summary
 void testAsList()
           
 void testCopy()
           
 void testDirected()
           
 void testParallel()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BipartiteGraphReaderTest

public BipartiteGraphReaderTest()
Method Detail

testAsList

public void testAsList()
                throws IOException
Throws:
IOException

testParallel

public void testParallel()
                  throws IOException
Throws:
IOException

testDirected

public void testDirected()
                  throws IOException
Throws:
IOException

testCopy

public void testCopy()
              throws IOException
Throws:
IOException