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>
}