Refactor debugger tests

1. Move tests to their own module
2. Avoid sharing the 'tinyApp' project between tests
3. Clean up option directive handling
This commit is contained in:
Yan Zhulanow
2019-06-26 22:41:56 +09:00
parent d8d81c51d7
commit 472ec72eb9
288 changed files with 4861 additions and 3910 deletions
@@ -1,3 +1,5 @@
// ATTACH_LIBRARY: coroutines
package souSuspendFun
import forTests.builder
@@ -1,12 +1,12 @@
LineBreakpoint created at souSuspendFun.kt:7
LineBreakpoint created at souSuspendFun.kt:9
Run Java
Connected to the target VM
souSuspendFun.kt:7
souSuspendFun.kt:11
souSuspendFun.kt:15
souSuspendFun.kt:19
souSuspendFun.kt:23
souSuspendFun.kt:29
souSuspendFun.kt:9
souSuspendFun.kt:13
souSuspendFun.kt:17
souSuspendFun.kt:21
souSuspendFun.kt:25
souSuspendFun.kt:31
Disconnected from the target VM
Process finished with exit code 0