Package org.ngrinder.script.handler

Examples of org.ngrinder.script.handler.NullScriptHandler


   *
   * @param perfTest base data
   * @return created {@link GrinderProperties} instance
   */
  public GrinderProperties getGrinderProperties(PerfTest perfTest) {
    return getGrinderProperties(perfTest, new NullScriptHandler());
  }
View Full Code Here

TOP

Related Classes of org.ngrinder.script.handler.NullScriptHandler

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.