Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
UseOfObsoleteAssert.html
blob: 95fa54366fda0161e93457838bc4502888323327 [
file
] [
log
] [
blame
]
<html>
<body>
Reports any calls to methods from the
<b>
junit.framework.Assert
</b>
class. This class is
obsolete and the calls can be replaced by calls to methods from the
<b>
org.junit.Assert
</b>
class.
<!-- tooltip end -->
<p>
</body>
</html>