Sign in
android
/
platform
/
tools
/
idea
/
c6218e46d5d2017e987ecdbd99b318a95c42abc0
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ConvertJUnit3TestCaseToJUnit4Intention
/
before.java.template
blob: cf0c3f86e7b954304af0e61d798d525c26b33e2f [
file
] [
log
] [
blame
]
<spot>
public class X extends TestCase
</spot>
{
public void setUp() {}
public void tearDown() {}
public void testX() {
assertTrue(true);
}
}