Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
resources-en
/
src
/
intentionDescriptions
/
CreateTestAction
/
after.java.template
blob: 3fe4194217c96035b408ac814b1a1ae815f414bb [
file
] [
log
] [
blame
]
public
class
Foo
{
public
void
doSomething
()
{
}
}
<spot>
public
class
FooTest
extends
TestCase
{
public
void
testDoSomething
()
{
}
}</
spot
>