Tests for step out command

This commit is contained in:
Natalia Ukhorskaya
2015-05-19 15:41:13 +03:00
parent 5edc25d2ba
commit 95b9c05138
4 changed files with 20 additions and 0 deletions
@@ -610,6 +610,7 @@ fun main(args: Array<String>) {
model("debugger/tinyApp/src/stepInto/stepIntoAndSmartStepInto", testMethod = "doStepIntoTest", testClassName = "StepInto")
model("debugger/tinyApp/src/stepInto/stepIntoAndSmartStepInto", testMethod = "doSmartStepIntoTest", testClassName = "SmartStepInto")
model("debugger/tinyApp/src/stepInto/stepInto", testMethod = "doStepIntoTest", testClassName = "StepIntoOnly")
model("debugger/tinyApp/src/stepOut", testMethod = "doStepOutTest")
model("debugger/tinyApp/src/filters", testMethod = "doStepIntoTest")
}