Package trader.test

Source Code of trader.test.DataBaseTest

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();
    }

}
TOP

Related Classes of trader.test.DataBaseTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.