simon.vergauwen
09/02/2016, 11:44 AMsimon.vergauwen
09/02/2016, 11:44 AM@RunWith(PowerMockRunner::class)
@PowerMockRunnerDelegate(JUnitPlatform::class)
simon.vergauwen
09/02/2016, 11:45 AMJUnitPlatform::class
instead of JUnitSpekRunner::class
adambl4
09/02/2016, 11:46 AMdmitriy.m
09/02/2016, 12:09 PMf..
?adambl4
09/02/2016, 12:10 PMkirillrakhman
09/02/2016, 2:34 PMadambl4
09/02/2016, 2:35 PMadambl4
09/02/2016, 2:35 PMkirillrakhman
09/02/2016, 2:36 PMadambl4
09/02/2016, 2:36 PMadambl4
09/02/2016, 2:37 PMkirillrakhman
09/02/2016, 3:40 PMhhariri
kirillrakhman
09/02/2016, 5:00 PMraniejade
09/03/2016, 2:38 AM@RunWith(...)
annotation in your spek.raniejade
09/03/2016, 3:36 AM@RunWith(JUnitPlatform::class)
is present, to avoid confusion. I don't think there's an easy way to fix it 😞mihail.melnic
09/03/2016, 5:30 AMraniejade
09/03/2016, 5:32 AMjohn.shelley
09/04/2016, 2:35 AMraniejade
09/04/2016, 4:00 AM@RunWith(...)
annotation?adambl4
09/04/2016, 8:51 AM2.2 RC
and it works without @RunWith(...)
annotation. Seems the main reason was not included 'org.jetbrains.spek:spek-junit-platform-engine:1.0.89'
or maybe there was some bugs in 2.2-beta3
. My apologies for misleadingjohn.shelley
09/04/2016, 12:11 PMjohn.shelley
09/04/2016, 12:12 PMjohn.shelley
09/04/2016, 12:16 PM.gradlew test
too which I mainly care aboutraniejade
09/05/2016, 12:04 AM@RunWith(…)
is present the plugin won’t work, the junit plugin takes over.john.shelley
09/05/2016, 12:20 AMraniejade
09/05/2016, 12:28 AMjohn.shelley
09/05/2016, 1:49 AMraniejade
09/05/2016, 7:09 AM