Does the kotest annotation spec respect inner clas...
# kotest
j
Does the kotest annotation spec respect inner classes? I ended up using them in my test suite similar to
context
in other kotest spec styles. 🤔
s
No it won't
j
Good to know
so it's gonna be an all or nothing port then eeeexcellent
s
you can use junit alongside kotest
so you can convert them as and when
j
Oh wow!
./gradlew test
would just pick up both suites?
s
yes sir
as long as you have junit jupiter, and kotest on your classpath and setup in gradle as test engines (one liner)
j
ok cool I'll give that a try