net.thucydides.core
Class ThucydidesListeners

Package class diagram package ThucydidesListeners
java.lang.Object
  extended by net.thucydides.core.ThucydidesListeners

public class ThucydidesListeners
extends Object


Constructor Summary
ThucydidesListeners(Configuration systemConfiguration)
           
 
Method Summary
 BaseStepListener getBaseStepListener()
           
 List<TestOutcome> getResults()
           
protected  Configuration getSystemConfiguration()
          The configuration manages output directories and driver types.
 ThucydidesListeners withDriver(org.openqa.selenium.WebDriver driver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThucydidesListeners

public ThucydidesListeners(Configuration systemConfiguration)
Method Detail

withDriver

public ThucydidesListeners withDriver(org.openqa.selenium.WebDriver driver)

getBaseStepListener

public BaseStepListener getBaseStepListener()

getResults

public List<TestOutcome> getResults()

getSystemConfiguration

protected Configuration getSystemConfiguration()
The configuration manages output directories and driver types. They can be defined as system values, or have sensible defaults.



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