Uses of Enum
net.thucydides.model.ThucydidesSystemProperty
Packages that use ThucydidesSystemProperty
Package
Description
-
Uses of ThucydidesSystemProperty in net.serenitybdd.model
Methods in net.serenitybdd.model 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.model.environment
Methods in net.serenitybdd.model.environment with parameters of type ThucydidesSystemPropertyModifier and TypeMethodDescriptionbooleanEnvironmentSpecificConfiguration.getBooleanProperty(ThucydidesSystemProperty propertyName) booleanEnvironmentSpecificConfiguration.getBooleanProperty(ThucydidesSystemProperty propertyName, boolean defaultValue) EnvironmentSpecificConfiguration.getIntegerProperty(ThucydidesSystemProperty propertyName) EnvironmentSpecificConfiguration.getListOfValues(ThucydidesSystemProperty propertyName) EnvironmentSpecificConfiguration.getNullableProperty(ThucydidesSystemProperty propertyName) EnvironmentSpecificConfiguration.getOptionalProperty(ThucydidesSystemProperty propertyName) EnvironmentSpecificConfiguration.getOptionalProperty(ThucydidesSystemProperty... properties) EnvironmentSpecificConfiguration.getProperty(ThucydidesSystemProperty propertyName) -
Uses of ThucydidesSystemProperty in net.thucydides.model
Methods in net.thucydides.model 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.model.reports.html
Methods in net.thucydides.model.reports.html with parameters of type ThucydidesSystemPropertyModifier and TypeMethodDescriptionprotected io.cucumber.tagexpressions.ExpressionCucumberCompatibleFilter.cucumberTagExpressionUsing(ThucydidesSystemProperty tagProperty)