Package com.google.devtools.moe.client

Examples of com.google.devtools.moe.client.AppContext


* @author dbentley@google.com (Daniel Bentley)
*/
public class AppContextForTesting {

  public static void initForTest() {
    AppContext.RUN = new AppContext(
        new InMemoryProjectContextFactory(),
        new RecordingUi(),
        null, null);
  }
View Full Code Here

TOP

Related Classes of com.google.devtools.moe.client.AppContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.