Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
ConvertJunitAssertionToAssertStatementIntention
/
description.html
blob: 99a52a9ed0abbb02d1717522705f7497f1febe69 [
file
] [
log
] [
blame
]
<html>
<body>
This intention converts JUnit assertion to assert statement.
<br>
For Groovy, it is standard to prefer the assert keyword to the JUnit assert methods.
</body>
</html>