Uses of Enum
net.thucydides.core.ThucydidesSystemProperty
Packages that use ThucydidesSystemProperty
Package
Description
-
Uses of ThucydidesSystemProperty in net.serenitybdd.core
Methods in net.serenitybdd.core with parameters of type ThucydidesSystemPropertyModifier and TypeMethodDescriptionSerenitySystemProperties.getBooleanValue(ThucydidesSystemProperty property, boolean defaultValue) SerenitySystemProperties.getIntegerValue(ThucydidesSystemProperty property, Integer defaultValue) SerenitySystemProperties.getValue(ThucydidesSystemProperty property) SerenitySystemProperties.getValue(ThucydidesSystemProperty property, String defaultValue) booleanSerenitySystemProperties.isDefined(ThucydidesSystemProperty property) booleanSerenitySystemProperties.isEmpty(ThucydidesSystemProperty property) voidSerenitySystemProperties.setValue(ThucydidesSystemProperty property, 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 ThucydidesSystemPropertyModifier and TypeMethodDescriptionEnvironmentSpecificConfiguration.getIntegerProperty(ThucydidesSystemProperty propertyName) EnvironmentSpecificConfiguration.getOptionalProperty(ThucydidesSystemProperty propertyName) EnvironmentSpecificConfiguration.getProperty(ThucydidesSystemProperty propertyName) -
Uses of ThucydidesSystemProperty in net.thucydides.core
Methods in net.thucydides.core that return ThucydidesSystemPropertyModifier and TypeMethodDescriptionstatic ThucydidesSystemPropertyReturns 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 ThucydidesSystemPropertyModifier and TypeMethodDescriptionprotected io.cucumber.tagexpressions.ExpressionCucumberCompatibleFilter.cucumberTagExpressionUsing(ThucydidesSystemProperty tagProperty)