felix.test
Class IODBTest

java.lang.Object
  extended by felix.test.IODBTest

public class IODBTest
extends java.lang.Object

Test using evidence supplied in existing database relations.

Author:
Josh Slauson

Constructor Summary
IODBTest()
           
 
Method Summary
 void checkOutput(java.lang.String output, java.lang.String[] expect)
          Checks if output file contains expected results.
 void comboTest()
          Combo test using evidence from a file and evidence from a database table.
static void setUp()
          Perform required setup for this test.
 void simpleTest()
          Simple smoke test.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IODBTest

public IODBTest()
Method Detail

setUp

public static final void setUp()
Perform required setup for this test.


checkOutput

public void checkOutput(java.lang.String output,
                        java.lang.String[] expect)
Checks if output file contains expected results.

Parameters:
output -
expect -

simpleTest

public void simpleTest()
Simple smoke test.


comboTest

public void comboTest()
Combo test using evidence from a file and evidence from a database table.