sem.test.graphreader
Class RaspXmlGraphReaderTest

java.lang.Object
  extended by sem.test.graphreader.RaspXmlGraphReaderTest

public class RaspXmlGraphReaderTest
extends java.lang.Object


Constructor Summary
RaspXmlGraphReaderTest()
           
 
Method Summary
 void testEdges()
           
static void testEdges(GraphReader reader)
           
 void testMetadata()
           
static void testMetadata(GraphReader reader)
           
 void testMultipleLemmas()
           
static void testMultipleLemmas(GraphReader reader)
           
 void testMultipleParses()
           
static void testMultipleParses(GraphReader reader)
           
 void testNodes()
           
static void testNodes(GraphReader reader)
           
 void testReadDir()
           
static void testReadDir(GraphReader reader)
           
 void testReadLarge()
           
static void testReadLarge(GraphReader reader)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RaspXmlGraphReaderTest

public RaspXmlGraphReaderTest()
Method Detail

testNodes

public static void testNodes(GraphReader reader)
                      throws GraphFormatException
Throws:
GraphFormatException

testNodes

public void testNodes()

testEdges

public static void testEdges(GraphReader reader)
                      throws GraphFormatException
Throws:
GraphFormatException

testEdges

public void testEdges()

testMetadata

public static void testMetadata(GraphReader reader)
                         throws GraphFormatException
Throws:
GraphFormatException

testMetadata

public void testMetadata()

testMultipleParses

public static void testMultipleParses(GraphReader reader)
                               throws GraphFormatException
Throws:
GraphFormatException

testMultipleParses

public void testMultipleParses()

testMultipleLemmas

public static void testMultipleLemmas(GraphReader reader)
                               throws GraphFormatException
Throws:
GraphFormatException

testMultipleLemmas

public void testMultipleLemmas()

testReadLarge

public static void testReadLarge(GraphReader reader)
                          throws GraphFormatException
Throws:
GraphFormatException

testReadLarge

public void testReadLarge()

testReadDir

public static void testReadDir(GraphReader reader)
                        throws GraphFormatException
Throws:
GraphFormatException

testReadDir

public void testReadDir()