import junit.framework.TestCase; public class LocalMethod { @org.junit.Test public void testForeign() { what(); } void what() {} }