Groovy Documentation

de.matrixweb.harhar.junit
[Groovy] Class RunHarStatement

java.lang.Object
  org.junit.runners.model.Statement
      de.matrixweb.harhar.junit.RunHarStatement

class RunHarStatement
extends Statement

Authors:
marwol


Property Summary
Closure invocation

Logger logger

def repetitions

String resource

def users

 
Constructor Summary
RunHarStatement(Closure invocation, Har har)

 
Method Summary
void evaluate()

InputStream loadResource()

 
Methods inherited from class Statement
evaluate, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

invocation

Closure invocation


logger

Logger logger


repetitions

def repetitions


resource

String resource


users

def users


 
Constructor Detail

RunHarStatement

RunHarStatement(Closure invocation, Har har)


 
Method Detail

evaluate

void evaluate()


loadResource

InputStream loadResource()


 

Groovy Documentation