Searched refs:doSingleSubstitution (Results 1 – 2 of 2) sorted by relevance
10 public static String doSingleSubstitution(String originalValue, Properties properties) { in doSingleSubstitution() method in PropertiesHelper46 String expandedPropertyValue = doSingleSubstitution(propertyValue, properties); in doSubstitutions()
15 …assertEquals(PropertiesHelper.doSingleSubstitution("presenting: ${blinfiddle.ox.heart} -- ${ornith… in shouldDoVariableSubstitutionUsingSystemProperties()