Debugger tests: move stepping tests

This commit is contained in:
Natalia Ukhorskaya
2014-10-22 11:47:37 +04:00
parent cce22c0df9
commit 3900ee34ae
15 changed files with 32 additions and 32 deletions
@@ -589,8 +589,8 @@ fun main(args: Array<String>) {
}
testClass(javaClass<AbstractKotlinSteppingTest>()) {
model("debugger/tinyApp/src/stepInto", testMethod = "doStepIntoTest", testClassName = "StepInto")
model("debugger/tinyApp/src/stepInto", testMethod = "doSmartStepIntoTest", testClassName = "SmartStepInto")
model("debugger/tinyApp/src/stepInto/stepIntoAndSmartStepInto", testMethod = "doStepIntoTest", testClassName = "StepInto")
model("debugger/tinyApp/src/stepInto/stepIntoAndSmartStepInto", testMethod = "doSmartStepIntoTest", testClassName = "SmartStepInto")
model("debugger/tinyApp/src/filters", testMethod = "doStepIntoTest")
}