Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
intentionDescriptions
/
GenerateMissedTestsAction
/
after.java.template
blob: 5d0e5b4872050c46b48a9a5a90a82d605e04e616 [
file
] [
log
] [
blame
]
public
class
Foo
{
public
void
doSomething
()
{
}
public
void
doSomethingElse
(){
}
}
public
class
FooTest
extends
TestCase
{
public
void
testDoSomething
()
{
}
<spot>
public
void
testDoSomethingElse
()
{
}
</
spot
>
}