Example #1
0
  protected static void init(final UITestContext context) {
    sContext = context;
    sSolo = context.getSolo();

    sAppMenu = (AppMenuComponent) context.getComponent(ComponentType.APPMENU);
    sToolbar = (ToolbarComponent) context.getComponent(ComponentType.TOOLBAR);
  }
 protected static void init(final UITestContext context) {
   sSolo = context.getSolo();
 }