@Test
public void testModuleVersionFunction() throws Exception {
ToolModel<CeylonRunTool> model = pluginLoader.loadToolModel("run");
Assert.assertNotNull(model);
CeylonRunTool tool = pluginFactory.bindArguments(model, options("--run=hello.hello", "hello/1.0.0"));
assertOutput(tool, OUT_EXPECTED_DEFAULT);
}