public class ThucydidesExecutionListener
extends org.easyb.listener.ExecutionListenerAdaptor
implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
ThucydidesExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
completeTesting() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProcessedSteps() |
Object |
getProperty(String property) |
void |
gotResult(org.easyb.result.Result result) |
String |
groupNameFrom(org.easyb.BehaviorStep step) |
Object |
invokeMethod(String method,
Object arguments) |
String |
removeAccoladesFrom(String name) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProcessedSteps(Object value) |
void |
setProperty(String property,
Object value) |
void |
startBehavior(org.easyb.domain.Behavior behavior) |
void |
startStep(org.easyb.BehaviorStep step) |
void |
stopStep() |
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 Object getProcessedSteps()
public void setProcessedSteps(Object value)
public void startBehavior(org.easyb.domain.Behavior behavior)
startBehavior in interface org.easyb.listener.ExecutionListenerstartBehavior in class org.easyb.listener.ExecutionListenerAdaptorpublic void startStep(org.easyb.BehaviorStep step)
startStep in interface org.easyb.listener.ExecutionListenerstartStep in class org.easyb.listener.ExecutionListenerAdaptorpublic String groupNameFrom(org.easyb.BehaviorStep step)
public void stopStep()
stopStep in interface org.easyb.listener.ExecutionListenerstopStep in class org.easyb.listener.ExecutionListenerAdaptorpublic void gotResult(org.easyb.result.Result result)
gotResult in interface org.easyb.listener.ExecutionListenergotResult in class org.easyb.listener.ExecutionListenerAdaptorpublic void completeTesting()
completeTesting in interface org.easyb.listener.ExecutionListenercompleteTesting in class org.easyb.listener.ExecutionListenerAdaptorCopyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.