@Ignore @After public void reloadFile() throws ClassNotFoundException, SQLException, IOException { String filesPath = "C:\\Users\\JWOLAN\\Desktop\\testData.csv"; String dataBaseName = "STOCKEXCHANGE"; loader.loadFileToDataBase(dataBaseName, filesPath); }
@Ignore @Before public void loadFile() throws ClassNotFoundException, SQLException, IOException { String filesPath = "Here set link to data"; String dataBaseName = "STOCKEXCHANGE"; loader.loadFileToDataBase(dataBaseName, filesPath); }