|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectde.matrixweb.harhar.Simulator
class Simulator extends Object
| Property Summary | |
|---|---|
def |
baseUrl
|
Logger |
logger
|
int |
repetitions
|
def |
result
|
int |
users
|
| Constructor Summary | |
Simulator(def logger, int users, int repetitions, def url)
|
|
| Method Summary | |
|---|---|
void
|
run(Har har)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
def baseUrl
Logger logger
int repetitions
def result
int users
| Constructor Detail |
|---|
Simulator(def logger, int users, int repetitions, def url)
| Method Detail |
|---|
void run(Har har)
Groovy Documentation