| test.org.mandarax.xkb.XKBTestCase
All known Subclasses: test.org.mandarax.xkb.XKBTestCase4Queries, test.org.mandarax.xkb.XKBTestCase4SingleClauseSet,
XKBTestCase | abstract public class XKBTestCase extends junit.framework.TestCase implements LogCategories(Code) | | Abstract test case for XKB drivers.
author: Jens Dietrich version: 3.4 <7 March 05> since: 1.6 |
domBuilder | protected DOMBuilder domBuilder(Code) | | |
XKBTestCase | public XKBTestCase(XKBDriver aDriver)(Code) | | Construct a test case with the name for an XKB driver.
Parameters: aDriver - the driver to be tested |
XKBTestCase | public XKBTestCase(XKBDriver aDriver, String xmlFileName)(Code) | | Construct a test case with the name for an XKB driver.
Parameters: aDriver - the driver to be tested |
compare | public boolean compare(KnowledgeBase kb1, KnowledgeBase kb2)(Code) | | Compare knowledge bases.
a boolean Parameters: kb1 - the first kb Parameters: kb2 - the second kb |
compare | public boolean compare(Clause c1, Clause c2)(Code) | | Compare clauses.
a boolean Parameters: c1 - the first clause Parameters: c2 - the second clause |
compare | public boolean compare(Rule r1, Rule r2)(Code) | | Compare rules. Special handling for old drivers: the prerequisite interface has only been introduced
in version 2.0 !!
a boolean Parameters: r1 - the first rule Parameters: r2 - the second rule |
getKB | abstract public KnowledgeBase getKB()(Code) | | Get the knowledge base used as test data.
a knowledge base |
toString | public String toString()(Code) | | Convert the object to a string.
a string |
|
|