public enum ThucydidesJBehaveSystemProperties extends Enum<ThucydidesJBehaveSystemProperties>
| Enum Constant and Description |
|---|
IGNORE_FAILURES_IN_STORIES
Set the JBehave ignoreFailuresInStories options.
|
JBEHAVE_STORY_PACKAGES
If the JBehave stories are in a JAR file, we need to provide a semi-colon separated list of packages for
the test runner to look in, e.g.
|
METAFILTER
JBehave meta filters expressions, separated by commas.
|
RESTART_BROWSER_EACH_SCENARIO
Force Thucydides to restart the browser before each scenario.
|
STORY_TIMEOUT_IN_SECS
How long before the JBehave stories time out (defaults to 300 seconds, or 5 minutes).
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static ThucydidesJBehaveSystemProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThucydidesJBehaveSystemProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThucydidesJBehaveSystemProperties IGNORE_FAILURES_IN_STORIES
public static final ThucydidesJBehaveSystemProperties STORY_TIMEOUT_IN_SECS
public static final ThucydidesJBehaveSystemProperties METAFILTER
public static final ThucydidesJBehaveSystemProperties RESTART_BROWSER_EACH_SCENARIO
public static final ThucydidesJBehaveSystemProperties JBEHAVE_STORY_PACKAGES
public static ThucydidesJBehaveSystemProperties[] values()
for (ThucydidesJBehaveSystemProperties c : ThucydidesJBehaveSystemProperties.values()) System.out.println(c);
public static ThucydidesJBehaveSystemProperties valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getName()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.