Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
CreateAssertIntention
/
after.java.template
blob: 93034a3e73cecabcec4303dc5366f5022bdc671b [
file
] [
log
] [
blame
]
public
class
X
extends
TestCase
{
void
f
(
boolean
x
)
{
assertTrue
(
x
>
3
);
}
}