org.topbraid.sparql.endpoint.graph.test
Class CreateQueryTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.topbraid.core.testing.AbstractTBTestCase
              extended by org.topbraid.sparql.endpoint.graph.test.CreateQueryTestCase
All Implemented Interfaces:
junit.framework.Test

public class CreateQueryTestCase
extends AbstractTBTestCase


Field Summary
 
Fields inherited from class org.topbraid.core.testing.AbstractTBTestCase
BASE_URI, NS, URI
 
Constructor Summary
CreateQueryTestCase()
           
 
Method Summary
 void testAll()
           
 void testAllFound()
           
 void testAllNotFound()
           
 void testEmpty()
           
 void testLangLiteral()
           
 void testPredicateObject()
           
 void testStringLiteral()
           
 void testSubject()
           
 void testUntypedLiteral()
           
 
Methods inherited from class org.topbraid.core.testing.AbstractTBTestCase
assertSize, createModel, createNonNegativeInteger, createOntModel, createOntModel, execute
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateQueryTestCase

public CreateQueryTestCase()
Method Detail

testEmpty

public void testEmpty()

testSubject

public void testSubject()

testPredicateObject

public void testPredicateObject()

testUntypedLiteral

public void testUntypedLiteral()

testLangLiteral

public void testLangLiteral()

testStringLiteral

public void testStringLiteral()

testAll

public void testAll()

testAllFound

public void testAllFound()

testAllNotFound

public void testAllNotFound()