Alignment API and Server 4.5 (1846M)

fr.inrialpes.exmo.align.gen
Class TestCase

java.lang.Object
  extended by fr.inrialpes.exmo.align.gen.TestCase

 class TestCase
extends Object


Field Summary
 Properties cumulated
           
 TestCase father
           
 String name
           
 Properties parameters
           
 Set<TestCase> subTests
           
 
Constructor Summary
TestCase()
           
TestCase(String n)
           
TestCase(String n, Properties p)
           
 
Method Summary
 TestCase addSubTest(String name, Properties params)
           
static TestCase initTestTree(String n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

father

public TestCase father

parameters

public Properties parameters

cumulated

public Properties cumulated

subTests

public Set<TestCase> subTests
Constructor Detail

TestCase

public TestCase()

TestCase

public TestCase(String n)

TestCase

public TestCase(String n,
                Properties p)
Method Detail

addSubTest

public TestCase addSubTest(String name,
                           Properties params)

initTestTree

public static TestCase initTestTree(String n)

Alignment API and Server 4.5 (1846M)

(C) INRIA & friends, 2003-2013