Package com.google.enterprise.connector.util.testing

Examples of com.google.enterprise.connector.util.testing.AdjustableClock


  String connectorName;

  @Override
  protected void setUp() throws Exception {
    connectorName = getName();
    clock = new AdjustableClock();
    threadPool = new ThreadPool(5, clock);
    instantiator = new MockInstantiator(threadPool);
    pusher = new ValidatingPusher();
    traversalContext = new ProductionTraversalContext();
    traversalContext.setTraversalTimeLimitSeconds(1);
View Full Code Here


  AdjustableClock clock;

  @Override
  protected void setUp() throws Exception {
    clock = new AdjustableClock();
  }
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.util.testing.AdjustableClock

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.