Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
FlipAssertLiteralIntention
/
before.java.template
blob: 131dad5891d5c557dd3c4cc070a035036eb93a68 [
file
] [
log
] [
blame
]
public
class
XTest
{
void
testFeature
()
{
<spot>
assertTrue
</
spot
>(
isFeatureWork
());
}
}