| Package | Description |
|---|---|
| net.serenitybdd.core | |
| net.serenitybdd.core.environment | |
| net.thucydides.core | |
| net.thucydides.core.reports.html |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
SerenitySystemProperties.getBooleanValue(ThucydidesSystemProperty property,
boolean defaultValue) |
Integer |
SerenitySystemProperties.getIntegerValue(ThucydidesSystemProperty property,
Integer defaultValue) |
String |
SerenitySystemProperties.getValue(ThucydidesSystemProperty property) |
String |
SerenitySystemProperties.getValue(ThucydidesSystemProperty property,
String defaultValue) |
boolean |
SerenitySystemProperties.isDefined(ThucydidesSystemProperty property) |
boolean |
SerenitySystemProperties.isEmpty(ThucydidesSystemProperty property) |
void |
SerenitySystemProperties.setValue(ThucydidesSystemProperty property,
String value)
Sets a Serenity system property to s specified value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EnvironmentSpecificConfiguration.getBooleanProperty(ThucydidesSystemProperty propertyName) |
boolean |
EnvironmentSpecificConfiguration.getBooleanProperty(ThucydidesSystemProperty propertyName,
boolean defaultValue) |
Integer |
EnvironmentSpecificConfiguration.getIntegerProperty(ThucydidesSystemProperty propertyName) |
List<String> |
EnvironmentSpecificConfiguration.getListOfValues(ThucydidesSystemProperty propertyName) |
Optional<String> |
EnvironmentSpecificConfiguration.getOptionalProperty(ThucydidesSystemProperty... properties) |
Optional<String> |
EnvironmentSpecificConfiguration.getOptionalProperty(ThucydidesSystemProperty propertyName) |
String |
EnvironmentSpecificConfiguration.getProperty(ThucydidesSystemProperty propertyName) |
| Modifier and Type | Method and Description |
|---|---|
static ThucydidesSystemProperty |
ThucydidesSystemProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThucydidesSystemProperty[] |
ThucydidesSystemProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected io.cucumber.tagexpressions.Expression |
CucumberCompatibleFilter.cucumberTagExpressionUsing(ThucydidesSystemProperty tagProperty) |
Copyright © 2022. All rights reserved.