net.thucydides.easyb
Class ThucydidesExecutionListener
java.lang.Object
org.easyb.listener.ExecutionListenerAdaptor
net.thucydides.easyb.ThucydidesExecutionListener
- All Implemented Interfaces:
- groovy.lang.GroovyObject, org.easyb.listener.ExecutionListener
public class ThucydidesExecutionListener
- extends org.easyb.listener.ExecutionListenerAdaptor
- implements groovy.lang.GroovyObject
| Methods inherited from class org.easyb.listener.ExecutionListenerAdaptor |
describeStep, stopBehavior, tag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThucydidesExecutionListener
public ThucydidesExecutionListener()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String method,
Object arguments)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String property)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String property,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
getProcessedSteps
public Object getProcessedSteps()
setProcessedSteps
public void setProcessedSteps(Object value)
startBehavior
public void startBehavior(org.easyb.domain.Behavior behavior)
- Specified by:
startBehavior in interface org.easyb.listener.ExecutionListener- Overrides:
startBehavior in class org.easyb.listener.ExecutionListenerAdaptor
startStep
public void startStep(org.easyb.BehaviorStep step)
- Specified by:
startStep in interface org.easyb.listener.ExecutionListener- Overrides:
startStep in class org.easyb.listener.ExecutionListenerAdaptor
removeAccoladesFrom
public String removeAccoladesFrom(String name)
groupNameFrom
public String groupNameFrom(org.easyb.BehaviorStep step)
stopStep
public void stopStep()
- Specified by:
stopStep in interface org.easyb.listener.ExecutionListener- Overrides:
stopStep in class org.easyb.listener.ExecutionListenerAdaptor
gotResult
public void gotResult(org.easyb.result.Result result)
- Specified by:
gotResult in interface org.easyb.listener.ExecutionListener- Overrides:
gotResult in class org.easyb.listener.ExecutionListenerAdaptor
completeTesting
public void completeTesting()
- Specified by:
completeTesting in interface org.easyb.listener.ExecutionListener- Overrides:
completeTesting in class org.easyb.listener.ExecutionListenerAdaptor
Copyright © 2011 Wakaleo Consulting. All Rights Reserved.