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


Constructor Summary
TestCoref(String name)
           
 
Method Summary
static void main(String[] args)
           
 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, getName, name, run, run, runBare, 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
equals, 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

useCase01

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

Throws:
Exception