net.thucydides.easyb
Class PluginConfiguration
java.lang.Object
net.thucydides.easyb.PluginConfiguration
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class PluginConfiguration
- extends Object
- implements groovy.lang.GroovyObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginConfiguration
public PluginConfiguration()
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
getStoryClass
public Object getStoryClass()
setStoryClass
public void setStoryClass(Object value)
getRegisteredSteps
public Object getRegisteredSteps()
setRegisteredSteps
public void setRegisteredSteps(Object value)
getResetBrowserInEachScenario
public Object getResetBrowserInEachScenario()
setResetBrowserInEachScenario
public void setResetBrowserInEachScenario(Object value)
reset
public static Object reset()
getInstance
public static PluginConfiguration getInstance()
uses_default_base_url
public void uses_default_base_url(String defaultBaseUrl)
use_mock_driver
public void use_mock_driver(org.openqa.selenium.WebDriver webDriver)
stop_using_mock_driver
public void stop_using_mock_driver()
uses_steps_from
public void uses_steps_from(Class<net.thucydides.core.steps.ScenarioSteps> stepsClass)
tests_story
public void tests_story(Class<Object> story)
setDefaultBaseUrl
public void setDefaultBaseUrl(String defaultBaseUrl)
getDefaultBaseUrl
public String getDefaultBaseUrl()
use_new_broswer_for_each_scenario
public void use_new_broswer_for_each_scenario()
isResetBrowserInEachScenario
public boolean isResetBrowserInEachScenario()
$getStaticMetaClass
protected groovy.lang.MetaClass $getStaticMetaClass()
Copyright © 2011 Wakaleo Consulting. All Rights Reserved.