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. By default it also
ignores if the file is not found.
author: Adam version: $Id: PropertyPlaceholderTransformer.java,v 1.1 2005/08/25 08:32:38 version: adamskogman Exp $ |