Added test for auto-import fix in code fragment

This commit is contained in:
Valentin Kipyatkov
2015-10-29 15:04:33 +03:00
parent ce50a27af0
commit 61fc3e7705
7 changed files with 94 additions and 8 deletions
@@ -390,6 +390,10 @@ fun main(args: Array<String>) {
model("checker/codeFragments/imports", testMethod = "doTestWithImport", extension = "kt")
}
testClass<AbstractCodeFragmentAutoImportTest>() {
model("quickfix.special/codeFragmentAutoImport", extension = "kt", recursive = false)
}
testClass<AbstractJetJsCheckerTest>() {
model("checker/js")
}