context.put("vector", vec );
context.put("mystring", new String());
context.put("runtime", new FieldMethodizer( "org.apache.flex.forks.velocity.runtime.RuntimeSingleton" ));
context.put("fmprov", new FieldMethodizer( provider ));
context.put("Floog", "floogie woogie");
context.put("boolobj", new BoolObj() );
/*
* we want to make sure we test all types of iterative objects
* in #foreach()
*/