Earlier quoted context omitted.
I just wish that Kotlin had a testing solution as great as Spock (groovy), or rspec for ruby, for that matter. But you mention not using Hibernate. I fully agree myself, and used JOOQ, but what is your preference?
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
I think I most miss data driven testing with everything but Spock. http://spockframework.org/spock/docs/1.3/data_driven_testing...