fr.inrialpes.exmo.align.cli
Class TestGen
java.lang.Object
fr.inrialpes.exmo.align.cli.TestGen
public class TestGen
- extends Object
An utility application for generating tests from command line.
It can either generate a single test or a whole test suite from a single ontology.
java -cp procalign.jar fr.inrialpes.exmo.align.gen.TestGen [options] filename
where filename is the seed ontology,
and the options are:
--debug[=n] -d [n] --> Report debug info at level n,
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
params
private Properties params
methodName
private String methodName
fileName
private String fileName
dir
private String dir
url
private String url
debug
private int debug
TestGen
public TestGen()
main
public static void main(String[] args)
run
public void run(String[] args)
throws Exception
- Throws:
Exception
usage
public void usage()
(C) INRIA & friends, 2003-2013