Uses of Class
net.thucydides.core.steps.StepEventBus

Packages that use StepEventBus
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
 

Uses of StepEventBus in net.thucydides.core.steps
 

Methods in net.thucydides.core.steps that return StepEventBus
static StepEventBus StepEventBus.getEventBus()
          The event bus used to inform listening classes about when tests and test steps start and finish.
 StepEventBus BaseStepListener.getEventBus()
           
 StepEventBus StepEventBus.registerListener(StepListener listener)
          Register a listener to receive notification at different points during a test's execution.
 

Methods in net.thucydides.core.steps with parameters of type StepEventBus
 void BaseStepListener.setEventBus(StepEventBus eventBus)
           
 



Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.