This intention replaces an
assert
statement with an equivalent
if
statement which throws an
java.lang.AssertionError
if the asserted condition is
false
.