Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceAssertEqualsWithAssertLiteralIntention
/
description.html
blob: 2ec4b17a8b10601e22cdd0caf77d3a40ebb841fb [
file
] [
log
] [
blame
]
<html>
<body>
This intention is
<b>
JUnit
</b>
specific.
<br>
It replaces an
<b>
assertEquals()
</b>
call with an equivalent
<b>
assertTrue()
</b>
,
<b>
assertFalse()
</b>
, or
<b>
assertNull()
</b>
method
call,
if possible.
</body>
</html>