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
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
0 commit comments