Minor: change debugger tests structure

This commit is contained in:
Natalia Ukhorskaya
2014-08-19 14:00:18 +04:00
parent 453592edf4
commit e7ebf6fda2
16 changed files with 88 additions and 83 deletions
@@ -564,9 +564,8 @@ fun main(args: Array<String>) {
}
testClass(javaClass<AbstractKotlinEvaluateExpressionTest>()) {
model("debugger/tinyApp/src/evaluate/singleBreakpoint", testMethod = "doSingleBreakpointTest")
model("debugger/tinyApp/src/evaluate/singleBreakpoint", testMethod = "doSingleBreakpointTest", recursive = true)
model("debugger/tinyApp/src/evaluate/multipleBreakpoints", testMethod = "doMultipleBreakpointsTest", recursive = true)
model("debugger/tinyApp/src/evaluate/frame", testMethod = "doSingleBreakpointTest")
}
testClass(javaClass<AbstractStubBuilderTest>()) {