Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correction to UseCorrectAssertInTests.
Contrary to the current text, blaze test actually does enable asserts, in both dbg and opt modes. I've verified this by running a JUnit test containing "assert false" with "blaze test -c opt" and "blaze test -c dbg". My tests use a java_library BUILD rule that includes all the *Test.java files, and a GenTestRules to create the actual test targets. PiperOrigin-RevId: 626049936
- Loading branch information