GroovyObject object = compile("src/test/groovy/ClosureMethodCallTest.groovy");
object.invokeMethod("testCallingClosureWithMultipleArguments", null);
}
public void testGuillaumesMapBug() throws Exception {
GroovyObject object = compile("src/test/groovy/bugs/GuillaumesMapBug.groovy");
object.invokeMethod("testBug", null);
}