test.edu.uci.ics.jung.io
Class PajekNetIOTest
java.lang.Object
TestCase
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vertex_labels
protected String[] vertex_labels
PajekNetIOTest
public PajekNetIOTest()
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