Uses of Interface
net.thucydides.core.steps.StepListener

Packages that use StepListener
net.thucydides.core Core domain model for the Thucydides application. 
net.thucydides.core.statistics   
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
 

Uses of StepListener in net.thucydides.core
 

Methods in net.thucydides.core that return StepListener
static StepListener Thucydides.getStepListener()
           
 

Uses of StepListener in net.thucydides.core.statistics
 

Classes in net.thucydides.core.statistics that implement StepListener
 class StatisticsListener
          Records test results in a database, for reporting on test statistics.
 

Uses of StepListener in net.thucydides.core.steps
 

Classes in net.thucydides.core.steps that implement StepListener
 class BaseStepListener
          Observes the test run and stores test run details for later reporting.
 class ConsoleLoggingListener
           
 class ConsoleStepListener
           
 

Methods in net.thucydides.core.steps that return StepListener
static StepListener Listeners.getLoggingListener()
           
static StepListener Listeners.getStatisticsListener()
           
 

Methods in net.thucydides.core.steps that return types with arguments of type StepListener
protected  List<StepListener> StepEventBus.getAllListeners()
           
 

Methods in net.thucydides.core.steps with parameters of type StepListener
 void StepEventBus.dropListener(StepListener stepListener)
           
 StepEventBus StepEventBus.registerListener(StepListener listener)
          Register a listener to receive notification at different points during a test's execution.
 



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