Page MenuHomec4science

ClientTest.java
No OneTemporary

File Metadata

Created
Thu, Jan 9, 02:56

ClientTest.java

//
//
//import java.sql.SQLException;
//
//import utils.ClientProperties;
//import database.DBconnectorClient;
//import framework.MedUnit;
//import framework.Request;
//
//public class ClientTest {
//
// /**
// * @param args
// * @throws SQLException
// */
// public static void main(String[] args) throws SQLException {
// // TODO Auto-generated method stub
// ClientProperties props = new ClientProperties("config/config_client.fry.properties");
// MedUnit mu = new MedUnit(props, 0, null, null);
// DBconnectorClient conn = new DBconnectorClient(props.getConfigMU());
// mu.connectionToSPU();
// System.out.println("Test");
// Request r = new Request(30351, 0, 12, conn.getMarkers(12), conn.getCFs(12));
// double[] result = mu.runTest(r);
// System.out.println("Result1 = " + result[0]);
//// System.out.println("Result2 = " + result[1]);
// System.out.println("HLA");
// Request r2 = new Request(30351, 0, 0, null, null);
// String[] result2 = mu.runHLA(r2);
// String[] str = {"A1","A2","B1","B2","C1","C2"};
// for(int i=0; i<result2.length;i++){
// System.out.println(str[i] + " " + result2[i]);
// }
//
// }
//
//}

Event Timeline