Package org.zkoss.test

Examples of org.zkoss.test.Id


  private final Injector injector;
 
  @Inject
  public Spreadsheet (@Named("Spreadsheet Id") String spreadsheetId, Injector injector,
      Cell.Factory cellFactory, JQueryFactory jqFactory, ConditionalTimeBlocker timeBlocker, WebDriver webDriver) {
    super(new Id(spreadsheetId), jqFactory, timeBlocker, webDriver);
   
    this.cellFactory = cellFactory;
    this.injector = injector;
  }
View Full Code Here

TOP

Related Classes of org.zkoss.test.Id

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.