de.dfki.lt.tools.tokenizer
Class TestJTok

java.lang.Object
  extended byde.dfki.lt.tools.tokenizer.TestJTok

public class TestJTok
extends java.lang.Object

This is a test class for JTok.

Version:
$Id: TestJTok.java,v 1.5 2005/04/12 08:47:37 steffen Exp $
Author:
Joerg Steffen, DFKI

Constructor Summary
TestJTok(java.lang.String configFile)
          This creates a new instance of TestJTok using the test description in the file configFile.
 
Method Summary
static void main(java.lang.String[] args)
          This main method gets as argument the name of a test description file and creates a new instance of TestJTok with it.
 void start()
          This starts the test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJTok

public TestJTok(java.lang.String configFile)
This creates a new instance of TestJTok using the test description in the file configFile.

Parameters:
configFile - a String with the file name of a properties file with the test description
Method Detail

start

public void start()
This starts the test.


main

public static void main(java.lang.String[] args)
This main method gets as argument the name of a test description file and creates a new instance of TestJTok with it.

Parameters:
args - a String array that must contain as only element a String with the name of the test description file