Hi. Does anybody have an experience with setting u...
# spek
d
Hi. Does anybody have an experience with setting up both Spek tests and Powermock? I have an issue. Previously we were using
Copy code
@RunWith(PowerMockRunner::class)
@PowerMockRunnerDelegate(JUnitSpekRunner::class)
But after update of spek dependencies we should
@RunWith(JUnitPlatform::class)
and there no way to use powermock annotations to prepare classes for tests.