| test.org.mandarax.xkb.XKBTestCase test.org.mandarax.xkb.XKBTestCase4Queries
XKBTestCase4Queries | public class XKBTestCase4Queries extends XKBTestCase (Code) | | Generic test case for XKB drivers using knowledge bases containing only queries.
author: Jens Dietrich version: 3.4 <7 March 05> since: 1.6 |
Constructor Summary | |
public | XKBTestCase4Queries(XKBDriver aDriver, Query q, String descr, String xmlFileName) Construct a test case with the name for an XKB driver. | public | XKBTestCase4Queries(XKBDriver aDriver, Query q1, Query q2, String descr, String xmlFileName) Construct a test case with the name for an XKB driver. | public | XKBTestCase4Queries(XKBDriver aDriver, Query q, String descr) Construct a test case with the name for an XKB driver. | public | XKBTestCase4Queries(XKBDriver aDriver, Query q1, Query q2, String descr) Construct a test case with the name for an XKB driver. |
XKBTestCase4Queries | public XKBTestCase4Queries(XKBDriver aDriver, Query q, 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: q - a query Parameters: xmlFileName - the name of the file where to output the generated xml, null means nooutput |
XKBTestCase4Queries | public XKBTestCase4Queries(XKBDriver aDriver, Query q1, Query q2, 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: q1 - a query Parameters: q2 - a query Parameters: xmlFileName - the name of the file where to output the generated xml, null means nooutput |
XKBTestCase4Queries | public XKBTestCase4Queries(XKBDriver aDriver, Query q, 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: q - a query to be tested |
XKBTestCase4Queries | public XKBTestCase4Queries(XKBDriver aDriver, Query q1, Query q2, 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: q1 - a query Parameters: q2 - a query |
getKB | public KnowledgeBase getKB()(Code) | | Get the knowledge base used as test data.
a knowledge base |
|
|