mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
test++
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import org.junit.*;
|
||||
public class T {
|
||||
private int i;
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
}
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
i = 9;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user