simon.vergauwen
02/25/2017, 6:08 PMirus
02/28/2017, 1:10 PMjdiaz
02/28/2017, 10:26 PMjdiaz
02/28/2017, 10:26 PMjdiaz
02/28/2017, 10:56 PMcarlw
03/01/2017, 5:49 PMaaverin
03/02/2017, 7:55 AMraniejade
03/02/2017, 10:07 AMaaverin
03/02/2017, 10:07 AMraniejade
03/02/2017, 10:08 AMchristophsturm
03/02/2017, 11:56 AMdzaitsev
03/02/2017, 3:58 PMtestCompile ‘org.mockito:mockito-inline:XXX'
aaverin
03/02/2017, 4:10 PMdeviant
03/06/2017, 4:04 PMtestCompile 'org.junit.platform:junit-platform-runner:1.0.0-M3'
testCompile 'org.jetbrains.spek:spek-api:1.1.0-beta3'
testCompile 'org.jetbrains.spek:spek-junit-platform-engine:1.1.0-beta3'
(from official docs)
and it fails with error:
Error:(302, 18) Failed to resolve: org.jetbrains.spek:spek-junit-platform-engine:1.1.0-beta3
revbingo
03/06/2017, 4:14 PMmaven { url “<http://dl.bintray.com/jetbrains/spek>” }
to your repositoriesdeviant
03/06/2017, 4:34 PMrevbingo
03/06/2017, 4:49 PMpierrelucveilleux
03/06/2017, 8:08 PMScreenshot 2017-03-06 15.05.40.png▾
artem_zin
03/06/2017, 8:26 PMpierrelucveilleux
03/07/2017, 2:31 PMsimon.vergauwen
03/08/2017, 12:23 PMsimon.vergauwen
03/08/2017, 12:23 PMwst
03/08/2017, 2:06 PMrharter
03/08/2017, 10:21 PMbeforeEachTest
, but this means that I have to define them as Item?
and use !!
in all the tests since lateinit
doesn’t work in this context. Is there a better way to do this in which multiple things can be created without the need to for !!
?rharter
03/08/2017, 10:22 PMSubjectSpek
, but with more items being created than a single subjectwst
03/09/2017, 12:17 AMon
scope. I saw subject extension but it looks like subject creation can't be parametrized. Or at least I don't know how to parametrize it.revbingo
03/09/2017, 8:29 AMrevbingo
03/09/2017, 8:30 AMrevbingo
03/09/2017, 8:31 AM