mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
10 lines
149 B
Plaintext
10 lines
149 B
Plaintext
public class Foo {
|
|
public void doSomething() {
|
|
}
|
|
}
|
|
<spot>public class FooTest extends TestCase {
|
|
public void testDoSomething() {
|
|
|
|
}
|
|
}</spot>
|