New test framework

This commit is contained in:
Michael Bogdanov
2015-02-16 17:10:36 +03:00
parent 7f788f86fe
commit 57cf4ac6c0
9 changed files with 267 additions and 111 deletions
@@ -193,4 +193,9 @@ public class ClassFileFactory implements OutputFileCollection {
generators.remove(classInternalName + ".class");
}
}
@TestOnly
public List<JetFile> getInputFiles() {
return state.getFiles();
}
}