Uses of Class
net.thucydides.core.ThucydidesSystemProperty
Package | Description |
---|---|
net.serenitybdd.core | |
net.serenitybdd.core.environment | |
net.thucydides.core | |
net.thucydides.core.reports.html |
-
Uses of ThucydidesSystemProperty in net.serenitybdd.core
Methods in net.serenitybdd.core with parameters of type ThucydidesSystemProperty Modifier and Type Method Description java.lang.Boolean
SerenitySystemProperties. getBooleanValue(ThucydidesSystemProperty property, boolean defaultValue)
java.lang.Integer
SerenitySystemProperties. getIntegerValue(ThucydidesSystemProperty property, java.lang.Integer defaultValue)
java.lang.String
SerenitySystemProperties. getValue(ThucydidesSystemProperty property)
java.lang.String
SerenitySystemProperties. getValue(ThucydidesSystemProperty property, java.lang.String defaultValue)
boolean
SerenitySystemProperties. isDefined(ThucydidesSystemProperty property)
boolean
SerenitySystemProperties. isEmpty(ThucydidesSystemProperty property)
void
SerenitySystemProperties. setValue(ThucydidesSystemProperty property, java.lang.String value)
Sets a Serenity system property to s specified value. -
Uses of ThucydidesSystemProperty in net.serenitybdd.core.environment
Methods in net.serenitybdd.core.environment with parameters of type ThucydidesSystemProperty Modifier and Type Method Description java.lang.Integer
EnvironmentSpecificConfiguration. getIntegerProperty(ThucydidesSystemProperty propertyName)
java.util.Optional<java.lang.String>
EnvironmentSpecificConfiguration. getOptionalProperty(ThucydidesSystemProperty propertyName)
java.lang.String
EnvironmentSpecificConfiguration. getProperty(ThucydidesSystemProperty propertyName)
-
Uses of ThucydidesSystemProperty in net.thucydides.core
Methods in net.thucydides.core that return ThucydidesSystemProperty Modifier and Type Method Description static ThucydidesSystemProperty
ThucydidesSystemProperty. valueOf(java.lang.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. -
Uses of ThucydidesSystemProperty in net.thucydides.core.reports.html
Methods in net.thucydides.core.reports.html with parameters of type ThucydidesSystemProperty Modifier and Type Method Description protected io.cucumber.tagexpressions.Expression
CucumberCompatibleFilter. cucumberTagExpressionUsing(ThucydidesSystemProperty tagProperty)