Add "Replace assertBoolean() with assertEquals() inspection"
#KT-23445 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e92d3998de
commit
443b1834bc
@@ -0,0 +1,6 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user