mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
test++
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import junit.framework.TestCase;
|
||||
public class T extends TestCase {
|
||||
private int i;
|
||||
|
||||
public void setUp() {
|
||||
i = 9;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user