:point_right: I am doing a poll regarding testing ...
# announcements
i
👉 I am doing a poll regarding testing frameworks usage in Kotlin projects. I m curious what is community preference, so please drop your vote here: https://twitter.com/igorwojda/status/1361303356484898821
v
You miss "Spock" as option and maybe "other"
👆 1
i
I was not aware that Spock supports Kotlin. Thx for pointing this Still we don’t write tests in Kotlin, but Groovy, right?
v
Spock should support any language running on Groovy, at least to some extent. Might be that the integrated mocking and stubbing is sub-optimal, meaning you need to call them like you would from Java code or something like that. Yes, you write them in Groovy. If someone is keen enough he can probably implement a Kotlin front-end though now with the IR compiler and transformations you can do. But the core Spock team is small and noone has time for that as it probably is a quite big task.
👍 1