com.hp.hpl.jena.extras.tools.query.test
Class TestModelQuery

java.lang.Object
  extended by com.hp.hpl.jena.extras.tools.query.test.TestModelQuery

public class TestModelQuery
extends java.lang.Object


Constructor Summary
TestModelQuery()
           
 
Method Summary
 void testA()
           
 void testEmpty()
           
 void testEmptyQueryHasNoTriples()
           
 void testMultiStatementTriples()
           
 void testNoCrossover()
           
 void testQueryVariableName()
          Variables should have the name they're given, or they should have a name constructed from their order-of-creation index.
 void testSingleStatementTriple()
           
 void testUniqueNamedVariables()
           
 void testVariableLiteralValues()
           
 void testVariableOrder()
           
 void testVariableResourceValues()
           
 void testVariables()
           
 void testVariables2()
           
 void testVariableValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestModelQuery

public TestModelQuery()
Method Detail

testQueryVariableName

public void testQueryVariableName()
Variables should have the name they're given, or they should have a name constructed from their order-of-creation index.


testUniqueNamedVariables

public void testUniqueNamedVariables()

testVariableValues

public void testVariableValues()

testVariableResourceValues

public void testVariableResourceValues()

testVariableLiteralValues

public void testVariableLiteralValues()

testEmpty

public void testEmpty()

testA

public void testA()

testEmptyQueryHasNoTriples

public void testEmptyQueryHasNoTriples()

testSingleStatementTriple

public void testSingleStatementTriple()

testMultiStatementTriples

public void testMultiStatementTriples()

testVariableOrder

public void testVariableOrder()

testVariables

public void testVariables()

testVariables2

public void testVariables2()

testNoCrossover

public void testNoCrossover()