Groovy Documentation

de.matrixweb.harhar
[Groovy] Class User

java.lang.Object
  de.matrixweb.harhar.User
All Implemented Interfaces:
Callable

class User
extends Object

Authors:
marwol


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

baseUrl

def baseUrl


cdl

CountDownLatch cdl


har

Har har


logger

Logger logger


repetitions

int repetitions


 
Constructor Detail

User

User(def logger, def repetitions, def baseUrl, Har har, CountDownLatch cdl)


 
Method Detail

call

List call()


exec

UserResult exec(Browser browser)


 

Groovy Documentation