Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
AssertEqualsCalledOnArray.html
blob: b66720255bd55c00e8d3c5874b99ffc0f9d95202 [
file
] [
log
] [
blame
]
<html>
<body>
Reports any calls to JUnit's
<b>
assertEquals()
</b>
method with arguments of type array. Arrays should be checked with one of the
<b>
assertArrayEquals()
</b>
methods.
<!-- tooltip end -->
<p>
</body>
</html>