Searches for and replaces substrings on the format ${foo.bar}.
The whole expression is replaced with the property value of foo.bar in the
properties passed to the constructor.
Please note that the expression language is quite simple - there is no way of
quoting, so don't use ${} in your test data.
By default, properties are loaded from the classpath, from
DDSteps-placeholders.properties in the "default" package. |