Hacker News new | ask | show | jobs
by bmc7505 2252 days ago
I just wish that Kotlin had a testing solution as great as Spock (groovy), or rspec for ruby, for that matter.

Have you tried using Spek?

[1]: https://github.com/spekframework/spek

1 comments

I think I most miss data driven testing with everything but Spock. http://spockframework.org/spock/docs/1.3/data_driven_testing...