bazelbuild / rules_kotlin

Bazel rules for Kotlin
Apache License 2.0
328 stars 205 forks source link

[testing] Revert to JUnit4. #1145

Closed restingbull closed 3 months ago

restingbull commented 3 months ago

JUnit5 support is pretty nascent, and will require actual investment. TLDR; no support for it in the IDE, because it doesn't produce the xml bazel wants.

The impetus for switching to JUnit5 was the SecurityManager, which we fixed in another PR.

Back to JUnit4, until we have to upgrade.