|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectde.matrixweb.harhar.User
class User extends Object
| Property Summary | |
|---|---|
def |
baseUrl
|
CountDownLatch |
cdl
|
Har |
har
|
Logger |
logger
|
int |
repetitions
|
| Constructor Summary | |
User(def logger, def repetitions, def baseUrl, Har har, CountDownLatch cdl)
|
|
| Method Summary | |
|---|---|
List
|
call()
|
UserResult
|
exec(Browser browser)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
def baseUrl
CountDownLatch cdl
Har har
Logger logger
int repetitions
| Constructor Detail |
|---|
User(def logger, def repetitions, def baseUrl, Har har, CountDownLatch cdl)
| Method Detail |
|---|
List call()
UserResult exec(Browser browser)
Groovy Documentation