You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reasons I haven't been able to figure out the kotlin annotated test is displayed as 'no name'. This is surprising as I've used an equivalent java/bazel/junit5 project that has no such problems.
I tried the java / junit5 / bazel sample, and it seems to load and run fine in Intellij.
Along similar lines I came up with a trivial kotlin/bazel version here:
https://github.com/barrylapthorn/kotlin-bazel-junit5
For reasons I haven't been able to figure out the kotlin annotated test is displayed as 'no name'. This is surprising as I've used an equivalent java/bazel/junit5 project that has no such problems.
See bottom left corner here:
Steps to reproduce:
BUILD
play
button in the gutter (see image).It's entirely possibly I'm using an incorrect maven dependency.
What I'd like to see is not '
<no name>
' butsay hello
in the IDE output.I'd also like to see a kotlin / bazel example in the samples repo if possible.
If you feel this is the wrong owner for this problem, happy to reopen perhaps in the bazel plugin repo instead.
The text was updated successfully, but these errors were encountered: