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

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.hp.hpl.jena.test.JenaTestBase
              extended bycom.hp.hpl.jena.graph.test.GraphTestBase
                  extended bycom.hp.hpl.jena.graph.query.test.QueryTestBase
                      extended bycom.hp.hpl.jena.graph.query.test.AbstractTestQuery
                          extended byuk.ac.soton.ecs.grimoires.jena.sesame.test.TestGraphSesameQuery
All Implemented Interfaces:
junit.framework.Test

public class TestGraphSesameQuery
extends com.hp.hpl.jena.graph.query.test.AbstractTestQuery

Author:
wf

Nested Class Summary
 
Nested classes inherited from class com.hp.hpl.jena.graph.query.test.AbstractTestQuery
com.hp.hpl.jena.graph.query.test.AbstractTestQuery.BangException, com.hp.hpl.jena.graph.query.test.AbstractTestQuery.PL
 
Field Summary
 
Fields inherited from class com.hp.hpl.jena.graph.query.test.AbstractTestQuery
empty, justX, none, O, Q, single
 
Fields inherited from class com.hp.hpl.jena.graph.query.test.QueryTestBase
ANY, emptyMapping, getFirst, noIVs, noVariables, X, Y, Z
 
Constructor Summary
TestGraphSesameQuery(String name)
           
 
Method Summary
 com.hp.hpl.jena.graph.Graph getGraph()
           
static junit.framework.TestSuite suite()
           
 
Methods inherited from class com.hp.hpl.jena.graph.query.test.AbstractTestQuery
addAnswer, assertCount, assertCount, createModifiedPattern, createSimplePattern, dataGraph, eb, ebList, ebSet, fiddle, getAnswer, getGraphWith, setUp, testAtomicTreeQuery, testBinding1, testBinding2, testBindingQuery, testChainedTreeQuery, testCloseQuery, testCompositeTreeQuery, testConstraint, testConstraintFour, testConstraintThree, testDisconnected, testEmpty, testEmptyIterator, testExtractConstraint, testGraphConstraints, testGraphConstraints, testGraphQuery, testManyThings, testMatchConstraint, testMismatch, testMissingVariable, testMultiplePatterns, testNodeVariablesA, testNodeVariablesB, testOneMatch, testQueryConstraintUnbound, testQueryExceptionCleanlyExits, testQueryOptimisation, testQueryTripleOrder, testRewriteContainsExpression, testRewriteContainsInsensitiveExpression, testRewriteEndswithExpression, testRewriteEndswithInsensitiveExpression, testRewriteStartswithExpression, testRewriteStartswithInsensitiveExpression, testStringResults, testTripleSorting, testTwoGraphs, testTwoPatterns, testVariableCount, testXXXMatch1, testXXXMatch3
 
Methods inherited from class com.hp.hpl.jena.graph.query.test.QueryTestBase
areEqual, asExpression, matches, notEqual
 
Methods inherited from class com.hp.hpl.jena.graph.test.GraphTestBase
appendNode, arrayToSet, assertContains, assertContainsAll, assertEqualsTemplate, assertIsomorphic, assertIsomorphic, assertOmits, assertOmitsAll, contains, getGraph, getReificationTriples, graphAdd, graphWith, iteratorToList, iteratorToSet, modelFor, newGraph, nice, nice, niceTriple, node, nodes, nodeSet, show, testContains, testContains, testContains, testContains, testOmits, testOmits, testOmits, testOmits, triple, triple, tripleArray, tripleSet
 
Methods inherited from class com.hp.hpl.jena.test.JenaTestBase
append, assertDiffer, assertDiffer, assertHasParent, getConstructor, hasAsParent, isPublicTestMethod, isTestMethod, listToSet, pass
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestGraphSesameQuery

public TestGraphSesameQuery(String name)
Method Detail

suite

public static junit.framework.TestSuite suite()

getGraph

public com.hp.hpl.jena.graph.Graph getGraph()