jasper
07/01/2016, 5:53 AMraniejade
07/01/2016, 6:30 AMjasper
07/01/2016, 6:31 AMloloof64
07/02/2016, 11:29 AMloloof64
07/02/2016, 11:29 AMloloof64
07/02/2016, 11:30 AMraniejade
07/02/2016, 11:37 AMrepositories {
mavenCentral()
maven {
url "<http://repository.jetbrains.com/all>"
}
}
raniejade
07/02/2016, 11:37 AMyuriy.yarosh
07/02/2016, 3:05 PMrepositories {
mavenCentral()
maven { url "<https://jitpack.io>» }
}
dependencies {
testCompile "com.github.JetBrains:spek:master"
}
I found this a bit more useful due to the absence of versioning hassle.artem_zin
07/02/2016, 3:34 PMyuriy.yarosh
07/02/2016, 3:42 PMloloof64
07/02/2016, 3:58 PMcedric
07/02/2016, 4:00 PMartem_zin
07/02/2016, 4:00 PMcedric
07/02/2016, 4:01 PMcedric
07/02/2016, 4:01 PMeddie
07/02/2016, 4:51 PMeddie
07/02/2016, 4:51 PMjasper
07/04/2016, 2:15 AM!!! JUnit version 3.8 or later expected:
I’ve moved Junit up in the .iml file, however I’m sure this is not the correct solution. Hints? New to Android developmentcedric
07/04/2016, 2:37 AMjasper
07/04/2016, 3:52 AMgradle dependencies
shows me no evidence of JUnit < v4. And the problem occurs in IntelliJ (preferred) but not Android Studio.jasper
07/04/2016, 3:52 AMmichaelbannister
07/04/2016, 6:50 AMmichaelbannister
07/04/2016, 6:51 AMgradle test
at the command line rather than inside IntelliJ?dmitriy.m
07/04/2016, 8:28 AMSpek
and kotlin
i have unit test with
@Rule
val folder = TemporaryFolder()
but inside my spek test i cannot have access to it(
if i put it inside companion object
, it cannot be initialzed correctlyartem_zin
07/04/2016, 8:36 AMon/given/context
blocksdmitriy.m
07/04/2016, 8:38 AMon {
@Rule
….
}
?artem_zin
07/04/2016, 8:38 AMartem_zin
07/04/2016, 8:39 AMdmitriy.m
07/04/2016, 8:39 AM