blob: dfa5ccbbf46340d272903425179920ee73b7ba9b [file] [log] [blame] [edit]
<html>
<body>
This inspection reports assert boolean function calls replaceable with assert equality function.
Example: <b>assertTrue(a == b)</b> can be replaced by <b>assertEquals(a, b)</b>.
</body>
</html>