com.hp.hpl.mesa.rdf.jena.rdb
Class TestJenaRegression
java.lang.Object
|
+--com.hp.hpl.mesa.rdf.jena.rdb.TestJenaRegression
- public class TestJenaRegression
- extends java.lang.Object
Run jena regression tests on an RDB-backed model.
Currently configured for Interbase back ends.
Configured using system properties:
- jena.rdb.test.dbbase base directory for databases
- jena.rdb.test.user user name for logging in to dbms
- jena.rdb.test.password password for logging in to dbms
- Version:
- $Revision: 1.5 $ on $Date: 2002/03/01 14:25:13 $
- Author:
- Dave Reynolds
Method Summary |
static junit.framework.TestSuite |
suite(java.lang.String layout,
java.lang.String databaseType)
Create a jena regression test which uses RDB databases with the given
layout and database config. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestJenaRegression
public TestJenaRegression()
suite
public static junit.framework.TestSuite suite(java.lang.String layout,
java.lang.String databaseType)
- Create a jena regression test which uses RDB databases with the given
layout and database config.
The baseuri should be the full database path for databases that support
multiple models otherwise it should be a base path to which the suite
will append "jr1" to "jr4" to open four separate databases. In all cases the
database files must already exist.
Copyright © 2001 Hewlett-Packard. All Rights Reserved.