Package test.cleaner

Source Code of test.cleaner.JavaCleanerTest

package test.cleaner;

import static org.junit.Assert.*;
import jric.cleaner.Cleaner;
import jric.cleaner.JavaCleaner;

import org.junit.Test;

public class JavaCleanerTest {

  @Test
  public void existenceTest () {
    Cleaner c = new JavaCleaner();
    assertNotNull(c);
  }
 
  @Test
  public void cleanSourceFilesTest () {
   
  }

}
TOP

Related Classes of test.cleaner.JavaCleanerTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.