Exemplo n.º 1
0
  @Ignore
  @After
  public void reloadFile() throws ClassNotFoundException, SQLException, IOException {
    String filesPath = "C:\\Users\\JWOLAN\\Desktop\\testData.csv";
    String dataBaseName = "STOCKEXCHANGE";

    loader.loadFileToDataBase(dataBaseName, filesPath);
  }
Exemplo n.º 2
0
  @Ignore
  @Before
  public void loadFile() throws ClassNotFoundException, SQLException, IOException {
    String filesPath = "Here set link to data";
    String dataBaseName = "STOCKEXCHANGE";

    loader.loadFileToDataBase(dataBaseName, filesPath);
  }