Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 281 Bytes

File metadata and controls

7 lines (5 loc) · 281 Bytes

Bazel's java_test playground

Shows that without extra steps, like having a runtime dependency on JUnit, classes bundled with Bazel's JUnit test runner take precendence over explicitly specified dependencies.

In this case :test fails, but :test_with_runtime_deps runs fine.