mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
added tests
This commit is contained in:
parent
c8b1e72e32
commit
6f5731e52f
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user