Package com.whatevernot.util

Examples of com.whatevernot.util.ITimer


   * Test case implementation.
   * @throws Exception If an error occurs
   */
  public void testSocket() throws Exception
  {
    ITimer timer = StopWatch.getTimer();
   
    IEngine engine = EngineFactory.makeEngine(timer);
    engine.trace(true);
   
    engine.add(this.getClass());
   
    timer.start(this, "request.split");
   
    engine.inject(new ServerSocket(port_));

    Thread.sleep(alive_);
   
View Full Code Here

TOP

Related Classes of com.whatevernot.util.ITimer

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.