de.aitools.aq.converter
Class TestConverterRegistry

java.lang.Object
  extended by de.aitools.aq.converter.TestConverterRegistry

public class TestConverterRegistry
extends java.lang.Object

To check the created text files manually, comment out tearDown().

Version:
$Id: TestConverterRegistry.java,v 1.2 2011/04/16 02:18:05 trenkman Exp $
Author:
martin.trenkmann@uni-weimar.de

Constructor Summary
TestConverterRegistry()
           
 
Method Summary
 void setUp()
          Checks each data sub-directory for available test files.
 void tearDown()
          Deletes all created text files.
 void testAllConverter()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestConverterRegistry

public TestConverterRegistry()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Checks each data sub-directory for available test files.

Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Deletes all created text files.

Throws:
java.lang.Exception

testAllConverter

public final void testAllConverter()