hhariri
hhariri
kdziekiewicz
10/24/2016, 10:31 AMbj0
10/24/2016, 3:59 PMhhariri
bj0
10/24/2016, 4:18 PMbj0
10/24/2016, 4:19 PMhhariri
bj0
10/24/2016, 8:54 PMartem_zin
10/24/2016, 8:55 PMbj0
10/24/2016, 8:56 PMbj0
10/24/2016, 8:56 PMartem_zin
10/24/2016, 8:56 PMbj0
10/24/2016, 8:59 PMbj0
10/24/2016, 8:59 PMartem_zin
10/24/2016, 9:00 PMbj0
10/24/2016, 9:01 PMException in thread "main" org.junit.platform.commons.util.PreconditionViolationException: Could not load class with name:...
bj0
10/24/2016, 9:03 PMbj0
10/24/2016, 9:03 PMbj0
10/24/2016, 9:04 PMartem_zin
10/24/2016, 9:21 PMCould not load class with name…
what name? How do you launch your tests? I would start with launching them from gradle, don’t forget to add org.junit.platform:junit-platform-gradle-plugin:
as pluginbj0
10/24/2016, 9:33 PMbj0
10/24/2016, 9:33 PMadambl4
10/25/2016, 4:29 PMFor Android Studio, you need to add a Before launch gradle step to compile your test classes. If you have the default setup, adding assembleDebugUnitTest should suffice.
adambl4
10/25/2016, 4:30 PMCould not load class
probably means your unit tests are not assembledwhaley
10/25/2016, 4:57 PMbj0
10/25/2016, 9:03 PMmkobit
11/05/2016, 3:31 PM1.1.19
of spek-api
at https://bintray.com/jetbrains/spek/spek , but only the api. then, on maven central i see 1.0.89
for both spek-api
and spek-unit-platform-engine
(https://mvnrepository.com/artifact/org.jetbrains.spek)hhariri
hhariri