Package net.riccardocossu.autodoc.main

Source Code of net.riccardocossu.autodoc.main.EngineTest

package net.riccardocossu.autodoc.main;

import org.apache.commons.configuration.DefaultConfigurationBuilder;
import org.junit.Test;

public class EngineTest {

  @Test
  public void testEngine() throws Exception {
    DefaultConfigurationBuilder factory = new DefaultConfigurationBuilder(
        "config.xml");
    Engine eng = new Engine(factory.getConfiguration());
    eng.execute();
  }

}
TOP

Related Classes of net.riccardocossu.autodoc.main.EngineTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.