9101112131415161718
* @author dbentley@google.com (Daniel Bentley) */ public class AppContextForTesting { public static void initForTest() { AppContext.RUN = new AppContext( new InMemoryProjectContextFactory(), new RecordingUi(), null, null); }