com.atlassian.crowd.acceptance.utils
Class ActionRunner

java.lang.Object
  extended by com.atlassian.crowd.acceptance.utils.ActionRunner
All Implemented Interfaces:
Action

public class ActionRunner
extends Object
implements Action

Execute an action, repeatedly, concurrently.


Constructor Summary
ActionRunner(int threads, int iterations, Action action)
           
 
Method Summary
 void execute()
          Do something.
 int getFailures()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionRunner

public ActionRunner(int threads,
                    int iterations,
                    Action action)
Method Detail

execute

public void execute()
Description copied from interface: Action
Do something. Anything.

Specified by:
execute in interface Action

getFailures

public int getFailures()


Copyright © 2013 Atlassian. All Rights Reserved.