|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.junit.runners.model.Statement
de.matrixweb.harhar.junit.RunHarStatement
class RunHarStatement extends Statement
| 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 |
|---|
Closure invocation
Logger logger
def repetitions
String resource
def users
| Constructor Detail |
|---|
RunHarStatement(Closure invocation, Har har)
| Method Detail |
|---|
void evaluate()
InputStream loadResource()
Groovy Documentation