Debugger: do not evaluate calls on mouse cover when 'Value auto tooltip' switched on

This commit is contained in:
Natalia Ukhorskaya
2015-01-14 14:07:37 +03:00
parent f5aefc96fb
commit d2cf83902b
23 changed files with 433 additions and 158 deletions
@@ -662,7 +662,8 @@ fun main(args: Array<String>) {
}
testClass(javaClass<AbstractSelectExpressionForDebuggerTest>()) {
model("debugger/selectExpression")
model("debugger/selectExpression", recursive = false)
model("debugger/selectExpression/disallowMethodCalls", testMethod = "doTestWoMethodCalls")
}
testClass(javaClass<AbstractKotlinCoverageOutputFilesTest>()) {