public class X extends TestCase{ int field; @Override public void setUp() throws Exception { field = 0; } }