com.hp.hpl.mesa.rdf.jena.rdb
Class TestRDB

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.hp.hpl.mesa.rdf.jena.rdb.TestRDB
All Implemented Interfaces:
junit.framework.Test

public class TestRDB
extends junit.framework.TestCase

Overall test harness for running all currently using rdb unit tests. Exports a final test suite to be included in the overall mega test. Configured via java properties:

Version:
$Revision: 1.6 $ on $Date: 2002/03/01 14:25:13 $
Author:
Dave Reynolds

Constructor Summary
TestRDB(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
          Run the overall rdf test suite in text mode.
static junit.framework.TestSuite suite()
          Return the total test suite
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, name, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestRDB

public TestRDB(java.lang.String name)
Method Detail

suite

public static junit.framework.TestSuite suite()
Return the total test suite

main

public static void main(java.lang.String[] args)
Run the overall rdf test suite in text mode.
Usage: TestRDF layoutType databaseType [full]
Where full indicates that the tests include the full jean regression test.


Copyright © 2001 Hewlett-Packard. All Rights Reserved.