Debugger: add tests (filter classloaders and constructors)

This commit is contained in:
Natalia Ukhorskaya
2014-08-29 13:50:05 +04:00
parent 619ffead17
commit f26ea299dc
7 changed files with 108 additions and 2 deletions
@@ -561,6 +561,7 @@ 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/filters", testMethod = "doStepIntoTest")
}
testClass(javaClass<AbstractKotlinEvaluateExpressionTest>()) {