Alignment API and Server 4.5 (1846M)

fr.inrialpes.exmo.align.cli
Class TestGen

java.lang.Object
  extended by 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,
   


Field Summary
private  int debug
           
private  String dir
           
private  String fileName
           
private  String methodName
           
private  Properties params
           
private  String url
           
 
Constructor Summary
TestGen()
           
 
Method Summary
static void main(String[] args)
           
 void run(String[] args)
           
 void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

params

private Properties params

methodName

private String methodName

fileName

private String fileName

dir

private String dir

url

private String url

debug

private int debug
Constructor Detail

TestGen

public TestGen()
Method Detail

main

public static void main(String[] args)

run

public void run(String[] args)
         throws Exception
Throws:
Exception

usage

public void usage()

Alignment API and Server 4.5 (1846M)

(C) INRIA & friends, 2003-2013