public class ThucydidesListenerBuilder extends Object implements org.easyb.listener.ListenerBuilder, groovy.lang.GroovyObject
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal |
executionListenerThreadLocal |
| Constructor and Description |
|---|
ThucydidesListenerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
exeuctionListenerMustHaveBeenAssigned() |
org.easyb.listener.ExecutionListener |
get() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
static void |
resetListener() |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public static final ThreadLocal executionListenerThreadLocal
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic org.easyb.listener.ExecutionListener get()
get in interface org.easyb.listener.ListenerBuilderpublic void exeuctionListenerMustHaveBeenAssigned()
public static void resetListener()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.