net.thucydides.jbehave
Class ThucydidesJBehave

Package class diagram package ThucydidesJBehave
java.lang.Object
  extended by net.thucydides.jbehave.ThucydidesJBehave

public class ThucydidesJBehave
extends Object

A convenience class designed to make it easier to set up JBehave tests with ThucydidesWebdriverIntegration.


Constructor Summary
ThucydidesJBehave()
           
 
Method Summary
static org.jbehave.core.configuration.Configuration defaultConfiguration(net.thucydides.core.webdriver.Configuration systemConfiguration, List<org.jbehave.core.reporters.Format> formats)
          Returns a default JBehave configuration object suitable for ThucydidesWebdriverIntegration tests.
static org.jbehave.core.configuration.Configuration defaultConfiguration(List<org.jbehave.core.reporters.Format> formats)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThucydidesJBehave

public ThucydidesJBehave()
Method Detail

defaultConfiguration

public static org.jbehave.core.configuration.Configuration defaultConfiguration(net.thucydides.core.webdriver.Configuration systemConfiguration,
                                                                                List<org.jbehave.core.reporters.Format> formats)
Returns a default JBehave configuration object suitable for ThucydidesWebdriverIntegration tests.

Returns:

defaultConfiguration

public static org.jbehave.core.configuration.Configuration defaultConfiguration(List<org.jbehave.core.reporters.Format> formats)


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