89101112131415
public class JavaCleanerTest { @Test public void existenceTest () { Cleaner c = new JavaCleaner(); assertNotNull(c); }
333435363738394041
System.out.println("Target: "+targetLocation.getAbsolutePath()); } else { throw new RuntimeException("Can't access file: "+targetLocation.getAbsolutePath()); } Cleaner c = new JavaCleaner(); c.cleanSourceFiles(targetLocation); }