use of com.redhat.ceylon.tools.src.CeylonSrcTool in project ceylon-compiler by ceylon.
the class SrcToolTests method testModuleOnly.
@Test
public void testModuleOnly() throws Exception {
ToolModel<CeylonSrcTool> model = pluginLoader.loadToolModel("src");
Assert.assertNotNull(model);
CeylonSrcTool tool = pluginFactory.bindArguments(model, getMainTool(), Collections.<String>singletonList("ceylon.language"));
}
Aggregations