Join Slack
Powered by
I faced an issue using Kotest with Robolectric, as...
# kotest
t
Tamas Balogh
07/27/2020, 1:41 PM
I faced an issue using Kotest with Robolectric, as I can’t find a way to provide configuration for Robolectric. With
JUnit4
, I used
@Config(application = MyTestApplication::class)
. Does Kotest have similar?
Open in Slack
Previous
Next