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

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.io.PajekNetIOTest

public class PajekNetIOTest
extends TestCase

Needed tests: - edgeslist, arcslist - unit test to catch bug in readArcsOrEdges() [was skipping until e_pred, not c_pred]

Author:
Joshua O'Madadhain

Field Summary
protected  String[] vertex_labels
           
 
Constructor Summary
PajekNetIOTest()
           
 
Method Summary
 void testDirectedSaveLoadSave()
           
 void testFileNotFound()
           
 void testMixedSaveLoadSave()
           
 void testNoLabels()
           
 void testUndirectedSaveLoadSave()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertex_labels

protected String[] vertex_labels
Constructor Detail

PajekNetIOTest

public PajekNetIOTest()
Method Detail

testFileNotFound

public void testFileNotFound()

testNoLabels

public void testNoLabels()
                  throws IOException
Throws:
IOException

testDirectedSaveLoadSave

public void testDirectedSaveLoadSave()
                              throws IOException
Throws:
IOException

testUndirectedSaveLoadSave

public void testUndirectedSaveLoadSave()
                                throws IOException
Throws:
IOException

testMixedSaveLoadSave

public void testMixedSaveLoadSave()
                           throws IOException
Throws:
IOException