|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.acceptance.utils.ActionRunner
public class ActionRunner
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 |
|---|
public ActionRunner(int threads,
int iterations,
Action action)
| Method Detail |
|---|
public void execute()
Action
execute in interface Actionpublic int getFailures()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||