gate.creole.coref
Class TestCoref

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bygate.creole.coref.TestCoref
All Implemented Interfaces:
junit.framework.Test

public class TestCoref
extends junit.framework.TestCase


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TestCoref(String name)
           
 
Method Summary
private  Document loadDocument(String url)
           
static void main(String[] args)
           
private  void runANNIE(Document doc)
           
 void setUp()
          Fixture set up
static junit.framework.Test suite()
          Test suite routine for the test runner
 void tearDown()
           
 void useCase01()
          Test suite routine for the test runner
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCoref

public TestCoref(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()
Test suite routine for the test runner


setUp

public void setUp()
           throws Exception
Fixture set up

Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

runANNIE

private void runANNIE(Document doc)
               throws Exception
Throws:
Exception

loadDocument

private Document loadDocument(String url)
                       throws Exception
Throws:
Exception

useCase01

public void useCase01()
               throws Exception
Test suite routine for the test runner

Throws:
Exception