uk.ac.soton.ecs.grimoires.jena.sesame.test
Class TestRDQLProgrammatic

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byuk.ac.soton.ecs.grimoires.jena.sesame.test.TestRDQLProgrammatic
All Implemented Interfaces:
junit.framework.Test

public class TestRDQLProgrammatic
extends junit.framework.TestSuite

Bunch of programmatic uses of query to complrment the script tests.

Version:
$Id: TestRDQLProgrammatic.java,v 1.1 2005/07/04 14:29:18 wf Exp $
Author:
Andy Seaborne

Field Summary
static boolean dumpModel
           
static boolean verbose
           
 
Method Summary
static com.hp.hpl.jena.rdf.model.Model makeModel1()
           
static com.hp.hpl.jena.rdf.model.Model makeModel2()
           
static junit.framework.TestSuite suite()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dumpModel

public static boolean dumpModel

verbose

public static boolean verbose
Method Detail

suite

public static junit.framework.TestSuite suite()

makeModel1

public static com.hp.hpl.jena.rdf.model.Model makeModel1()
                                                  throws Exception
Throws:
Exception

makeModel2

public static com.hp.hpl.jena.rdf.model.Model makeModel2()
                                                  throws Exception
Throws:
Exception