net.thucydides.easyb
Class ThucydidesExecutionListener

Package class diagram package ThucydidesExecutionListener
java.lang.Object
  extended by org.easyb.listener.ExecutionListenerAdaptor
      extended by 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


Constructor Summary
ThucydidesExecutionListener()
           
 
Method Summary
 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()
           
 
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
 

Constructor Detail

ThucydidesExecutionListener

public ThucydidesExecutionListener()
Method Detail

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-2013 Wakaleo Consulting. All Rights Reserved.