-
Spek tests for Java/JVM are slick. Feels like JS Jasmine tests. Written in @kotlin. Impressed! github.com/jeffsheets/kotlin-gradle-groovy/blob/master/src/test/kotlin/KotlinBinarySearchSpec.kt
-
I wish Spek had @spockframework style 'where' data-driven tests. These images compare Spek to Spock
-
The transcript of @rfletcherEW blog post is really helpful in the Spek - Spock comparison realm.io/news/kau-rob-fletcher-kotlin-testing/
-
Spek + the Expekt assertion library is very readable and JS-like for JVM testing jetbrains.github.io/spek/docs/latest/#_assertion_framework winterbe.github.io/expekt/
-
Overall really impressed with Spek! More Spock/Spek Groovy/Kotlin comparisons with my tech talk slides here github.com/jeffsheets/kotlin-gradle-groovy/




