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:
+2
@@ -1,3 +1,5 @@
|
||||
// ATTACH_LIBRARY: coroutines
|
||||
|
||||
package souSuspendFun
|
||||
|
||||
import forTests.builder
|
||||
|
||||
+7
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user