Exemplo n.º 1
0
 /**
  * Start a test with the given {@link GrinderProperties}.
  *
  * @param properties {@link GrinderProperties}
  * @return current time
  */
 public long startTest(GrinderProperties properties) {
   properties.setInt(GrinderProperties.CONSOLE_PORT, getConsolePort());
   getConsoleComponent(ProcessControl.class).startWorkerProcesses(properties);
   this.startTime = System.currentTimeMillis();
   return this.startTime;
 }