Tests: add ability to write custom stepping tests

This commit is contained in:
Natalia Ukhorskaya
2015-05-22 17:32:06 +03:00
parent 403ca00a63
commit 2538ebe407
5 changed files with 75 additions and 36 deletions
@@ -617,6 +617,7 @@ fun main(args: Array<String>) {
model("debugger/tinyApp/src/stepping/stepInto", testMethod = "doStepIntoTest", testClassName = "StepIntoOnly")
model("debugger/tinyApp/src/stepping/stepOut", testMethod = "doStepOutTest")
model("debugger/tinyApp/src/stepping/filters", testMethod = "doStepIntoTest")
model("debugger/tinyApp/src/stepping/custom", testMethod = "doCustomTest")
}
testClass(javaClass<AbstractKotlinEvaluateExpressionTest>()) {