| test.org.mandarax.xkb.XKBTestCase test.org.mandarax.xkb.XKBTestCase4SingleClauseSet
XKBTestCase4SingleClauseSet | public class XKBTestCase4SingleClauseSet extends XKBTestCase (Code) | | Generic test case for XKB drivers using one clause set.
author: Jens Dietrich version: 3.4 <7 March 05> since: 1.6 |
XKBTestCase4SingleClauseSet | public XKBTestCase4SingleClauseSet(XKBDriver aDriver, ClauseSet cs, String descr, String xmlFileName)(Code) | | Construct a test case with the name for an XKB driver.
Parameters: aDriver - the driver to be tested Parameters: descr - a description of the test case Parameters: cs - a clause set to be tested Parameters: xmlFileName - the name of the file where to output the generated xml, null means nooutput |
XKBTestCase4SingleClauseSet | public XKBTestCase4SingleClauseSet(XKBDriver aDriver, ClauseSet cs, String descr)(Code) | | Construct a test case with the name for an XKB driver.
Parameters: aDriver - the driver to be tested Parameters: descr - a description of the test case Parameters: cs - a clause set to be tested |
getKB | public KnowledgeBase getKB()(Code) | | Get the knowledge base used as test data.
a knowledge base |
|
|