Adam S
07/21/2022, 4:55 PMExecution failed for task ':mockk-common:test'.
> No tests found for given includes: [io.mockk.it.ValueClassTest](--tests filter)
I'm not sure how to proceed because I want to debug through the code, but I don't want to set a breakpoint and skip every single other test. Are there any tricks I'm missing for setting up the mockk project locally?Adam S
07/21/2022, 4:57 PMAdam S
07/21/2022, 4:57 PMJi-Hoon Kim
07/23/2022, 7:05 PMAdam S
07/23/2022, 7:06 PMAdam S
07/23/2022, 7:07 PMJi-Hoon Kim
07/23/2022, 7:19 PMAdam S
07/23/2022, 7:20 PM./gradlew test
to run all tests, but there's no way to run a single test :)Ji-Hoon Kim
07/23/2022, 7:45 PMJi-Hoon Kim
07/23/2022, 7:48 PM