Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
MisspelledSetUp.html
blob: dee6b015dc8296149d267819b3cbd3d6f8f60eef [
file
] [
log
] [
blame
]
<html>
<body>
Reports a
<b>
setup()
</b>
method on a JUnit test case. This is
normally a misspelling of
<b>
setUp()
</b>
, and is entirely too easy to make.
<!-- tooltip end -->
<p>
</body>
</html>