| test.org.mandarax.zkb.ZKBTestCase test.org.mandarax.zkb.ZKBTestCase4ClauseSets
ZKBTestCase4ClauseSets | public class ZKBTestCase4ClauseSets extends ZKBTestCase (Code) | | Generic test case for ZKB drivers/ OPSs using one clause set.
author: Jens Dietrich version: 3.4 <7 March 05> since: 2.2 |
Constructor Summary | |
public | ZKBTestCase4ClauseSets(ZKBDriver driver, ObjectPersistencyService ops, ClauseSet cs, String name, boolean zipOrFolder) Constructor. | public | ZKBTestCase4ClauseSets(ZKBDriver driver, ObjectPersistencyService ops, ClauseSet cs, Object obj, String name, boolean zipOrFolder) Constructor. | public | ZKBTestCase4ClauseSets(ZKBDriver driver, ObjectPersistencyService ops, ClauseSet cs1, ClauseSet cs2, String name, boolean zipOrFolder) Constructor. |
ZKBTestCase4ClauseSets | public ZKBTestCase4ClauseSets(ZKBDriver driver, ObjectPersistencyService ops, ClauseSet cs, String name, boolean zipOrFolder)(Code) | | Constructor.
Parameters: driver - the zkb driver Parameters: ops - the object persistency service. Parameters: cs - the clause set to be tested Parameters: name - the name of the test case Parameters: zipOrFolder - whether the zkb is stored in a zip file or folder true - zip, false - folder |
ZKBTestCase4ClauseSets | public ZKBTestCase4ClauseSets(ZKBDriver driver, ObjectPersistencyService ops, ClauseSet cs, Object obj, String name, boolean zipOrFolder)(Code) | | Constructor.
Parameters: driver - the zkb driver Parameters: ops - the object persistency service. Parameters: cs - the clause set to be tested Parameters: obj - an attachment Parameters: name - the name of the test case Parameters: zipOrFolder - whether the zkb is stored in a zip file or folder true - zip, false - folder |
ZKBTestCase4ClauseSets | public ZKBTestCase4ClauseSets(ZKBDriver driver, ObjectPersistencyService ops, ClauseSet cs1, ClauseSet cs2, String name, boolean zipOrFolder)(Code) | | Constructor.
Parameters: driver - the zkb driver Parameters: ops - the object persistency service. Parameters: cs1 - the first clause set Parameters: cs2 - the second clause set Parameters: name - the name of the test case Parameters: zipOrFolder - whether the zkb is stored in a zip file or folder true - zip, false - folder |
getAttachment | public Object getAttachment()(Code) | | Get the attachment to be saved with the knowledge base.
a knowledge base |
getKB | public KnowledgeBase getKB()(Code) | | Get the knowledge base used as test data.
a knowledge base |
|
|