@Test public void testRun() throws Exception { newFileCreated.run(cssparam, frameworkparam, scriptparam); newlyCreatedZipFile = new File(productZippedFolder); assertNotNull(newlyCreatedZipFile); System.out.println(cssparam + " " + frameworkparam + " " + scriptparam); System.out.println("Zip file: " + newlyCreatedZipFile); }
public void testStartZipping() throws Exception { newFileCreated.startZipping(); }