public class TestDefaultGraphs extends AbstractDataDrivenSPARQLTestCase
:c1 { :john :loves :mary . } :c2 { :mary :loves :paul . } :c4 { :paul :loves :sam . }
AbstractDataDrivenSPARQLTestCase.TestHelper, AbstractDataDrivenSPARQLTestCase.UpdateTestHelper
AbstractDataAndSPARQLTestCase.AbsHelper
TestCase2.MyProperties, TestCase2.RandomType
baseURI, store, valueFactory
_randomType
Constructor and Description |
---|
TestDefaultGraphs() |
TestDefaultGraphs(String name) |
Modifier and Type | Method and Description |
---|---|
void |
test_defaultGraphs_01a()
No graphs in the defaultGraphs set (none of the specified graphs in the
default graph exist in the database).
|
void |
test_defaultGraphs_01b()
One graph in the defaultGraphs set.
|
void |
test_defaultGraphs_01c()
Two graphs in the defaultGraphs set.
|
void |
test_defaultGraphs_01d()
Two graphs in the defaultGraphs set, but the query uses a more restricted
bindings (john is bound as the subject).
|
void |
test_defaultGraphs_01e()
Two graphs in the defaultGraphs set, but the query uses a more restricted
bindings (mary is bound as the subject).
|
void |
test_defaultGraphs_01f()
Two graphs in the defaultGraphs set, but the query uses a more restricted
bindings (mary is bound as the object).
|
void |
test_defaultGraphs_01g()
Query with more restricted bindings (john is bound as the subject and
paul is bound as the object, so there are no solutions).
|
void |
test_defaultGraphs_01h()
Default graph is null (that is, it is not specified at the SPARQL level
or at the protocol level and therefore defaults to addressing ALL graphs
in the kb instance).
|
void |
test_defaultGraphs_01i()
Default graph is null (that is, it is not specified at the SPARQL level
or at the protocol level and therefore defaults to addressing ALL graphs
in the kb instance).
|
void |
test_defaultGraphs_01j()
We add another, duplicate triple to the dataset, namely:
:c5 { :paul :loves :sam .
|
void |
test_defaultGraphs_01k()
We add another, duplicate triple to the dataset, namely:
:c5 { :paul :loves :sam .
|
assertSameAST, asSet, asSet, asSet, asSet, asSet, enableDeleteMarkersInIndes, getBOpContext, getProperties, getStore, makeIV, setUp, tearDown
assertSameSolutions, assertSameSolutions, assertSameSolutions, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, compareGraphs, compareTupleQueryResults, diff
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEqualsWithinUlps, assertSameArray, assertSameArray, assertSameBigDecimal, assertSameBigDecimal, assertSameBigInteger, assertSameBigInteger, assertSameIterator, assertSameIterator, assertSameIteratorAnyOrder, assertSameIteratorAnyOrder, assertSameValue, assertSameValue, assertZeroUlps, assertZeroUlps, fail, getInnerCause, getNormalInt, getProjectBuildPath, getRandomObject, getRandomObject, getRandomOrder, getRandomString, getTestInputStream, getTestResource, getTestResource, getUlps, getUlps, isDEBUG, isDEBUG, isINFO, isINFO, isInnerCause, logProperties
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
public TestDefaultGraphs()
public TestDefaultGraphs(String name)
name
- public void test_defaultGraphs_01a() throws Exception
SELECT ?s ?p ?o FROM :c0 WHERE { ?s ?p ?o }
Exception
public void test_defaultGraphs_01b() throws Exception
Note: This case gets handled specially.
Exception
public void test_defaultGraphs_01c() throws Exception
Exception
public void test_defaultGraphs_01d() throws Exception
Exception
public void test_defaultGraphs_01e() throws Exception
Exception
public void test_defaultGraphs_01f() throws Exception
Exception
public void test_defaultGraphs_01g() throws Exception
Exception
public void test_defaultGraphs_01h() throws Exception
Note: This case gets handled specially.
Exception
public void test_defaultGraphs_01i() throws Exception
Exception
public void test_defaultGraphs_01j() throws Exception
Exception
public void test_defaultGraphs_01k() throws Exception
Exception
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.