added tests

This commit is contained in:
Timo Westkämper 2010-05-03 07:31:30 +00:00
parent c8b1e72e32
commit 6f5731e52f

View File

@ -8,9 +8,15 @@ import javax.tools.JavaCompiler;
import junit.framework.Assert;
import org.junit.After;
import org.junit.Test;
public class SimpleCompilerTest {
@After
public void tearDown(){
new File("src/test/java/com/mysema/codegen/SimpleCompilerTest.class").delete();
}
@Test
public void testRun() {