Or its methods
# getting-started
j
Or its methods
k
Do you extend one of the spec classes? Where did you put your file?
j
I'm extending
BehaviorSpec
on my test class. It's in a
test/kotlin/com.foo.bar
folder matching the path to the implementation it is testing.
m
Is the code somewhere shareable?
j
My issue has been resolved. 🙂 It was a configuration error on my part. Instead of writing
val test by tasks.getting(Test::class)
I wrote
tasks.getting(Test::class)
in
build.gradle.kts