Search in sources :

Example 21 with CeylonDocTool

use of com.redhat.ceylon.ceylondoc.CeylonDocTool in project ceylon-compiler by ceylon.

the class DocToolTests method testDocNonShared.

@Test
public void testDocNonShared() throws Exception {
    ToolModel<CeylonDocTool> model = pluginLoader.loadToolModel("doc");
    Assert.assertNotNull(model);
    CeylonDocTool tool = pluginFactory.bindArguments(model, getMainTool(), options("--non-shared", "--src=test/src", "com.redhat.ceylon.tools.test.ceylon"));
    tool.run();
}
Also used : CeylonDocTool(com.redhat.ceylon.ceylondoc.CeylonDocTool) Test(org.junit.Test)

Aggregations

CeylonDocTool (com.redhat.ceylon.ceylondoc.CeylonDocTool)21 Test (org.junit.Test)18 File (java.io.File)13 Module (com.redhat.ceylon.model.typechecker.model.Module)9 CeylonTool (com.redhat.ceylon.common.tools.CeylonTool)1 ArrayList (java.util.ArrayList)1 HashMap (java.util.HashMap)1