Evaluate expression: add ability to import class
This commit is contained in:
@@ -269,7 +269,8 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractCodeFragmentHighlightingTest>()) {
|
||||
model("checker/codeFragments", extension = "kt")
|
||||
model("checker/codeFragments", extension = "kt", recursive = false)
|
||||
model("checker/codeFragments/imports", testMethod = "doTestWithImport", extension = "kt")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractJetJsCheckerTest>()) {
|
||||
|
||||
Reference in New Issue
Block a user