import junit.framework.TestCase; public class T extends TestCase { private int i; public void setUp() { i = 9; } }