package trader.test;
import trader.test.ui.TestFrame;
/**
* Test class for testing the access to different databases vai JBDC.
*
* @author Tobias Mahncke
*
*/
public class DataBaseTest {
/**
* @param args
*/
public static void main(String[] args) {
new TestFrame();
}
}