* Set up some variables use cases to test on
*/
@Before
public void setUp()
{
variablesMap = new VariablesMap( new AntStyleParser() );
variablesMap.put( "prop.1", "One" );
variablesMap.put( "prop.2", "Two" );
variablesMap.put( "prop.3", "Three" );
variablesMap.put( "found", "I'm here" );