|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
gate.creole.annic.test.TestAnnic
public class TestAnnic
A class to test ANNIC Functionalities.
| Constructor Summary | |
|---|---|
TestAnnic(String dummy)
Constructor |
|
| Method Summary | |
|---|---|
protected void |
setUp()
This method sets up the parameters for the files to be testes It initialises the Tokenizer and sets up the other parameters for the morph program |
static junit.framework.Test |
suite()
A Method that is called from gate.TestGate to invoke the testing methods. |
protected void |
tearDown()
Called when tests ends |
void |
testAnnicIndexing()
Testing the annic indexing functionalities |
void |
testSearcher()
Testing annic searching functionalities. |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
| Methods inherited from class junit.framework.Assert |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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 |
|---|
public TestAnnic(String dummy)
dummy - | Method Detail |
|---|
protected void setUp()
throws Exception
setUp in class junit.framework.TestCaseException
protected void tearDown()
throws Exception
tearDown in class junit.framework.TestCaseException
public void testAnnicIndexing()
throws Exception
Exception
public void testSearcher()
throws Exception
Exceptionpublic static junit.framework.Test suite()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||