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.BooleanSerenitySystemProperties. getBooleanValue(ThucydidesSystemProperty property, boolean defaultValue)java.lang.IntegerSerenitySystemProperties. getIntegerValue(ThucydidesSystemProperty property, java.lang.Integer defaultValue)java.lang.StringSerenitySystemProperties. getValue(ThucydidesSystemProperty property)java.lang.StringSerenitySystemProperties. getValue(ThucydidesSystemProperty property, java.lang.String defaultValue)booleanSerenitySystemProperties. isDefined(ThucydidesSystemProperty property)booleanSerenitySystemProperties. isEmpty(ThucydidesSystemProperty property)voidSerenitySystemProperties. 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.IntegerEnvironmentSpecificConfiguration. getIntegerProperty(ThucydidesSystemProperty propertyName)java.util.Optional<java.lang.String>EnvironmentSpecificConfiguration. getOptionalProperty(ThucydidesSystemProperty propertyName)java.lang.StringEnvironmentSpecificConfiguration. getProperty(ThucydidesSystemProperty propertyName) -
Uses of ThucydidesSystemProperty in net.thucydides.core
Methods in net.thucydides.core that return ThucydidesSystemProperty Modifier and Type Method Description static ThucydidesSystemPropertyThucydidesSystemProperty. 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.ExpressionCucumberCompatibleFilter. cucumberTagExpressionUsing(ThucydidesSystemProperty tagProperty)