public class TestDefaultGraphs extends AbstractDataDrivenSPARQLTestCase
:c1 {
:john :loves :mary .
}
:c2 {
:mary :loves :paul .
}
:c4 {
:paul :loves :sam .
}
AbstractDataDrivenSPARQLTestCase.TestHelper, AbstractDataDrivenSPARQLTestCase.UpdateTestHelperAbstractDataAndSPARQLTestCase.AbsHelperTestCase2.MyProperties, TestCase2.RandomTypebaseURI, 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, tearDownassertSameSolutions, assertSameSolutions, assertSameSolutions, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, compareGraphs, compareTupleQueryResults, diffassertEquals, 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, logPropertiesassertEquals, 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, toStringpublic TestDefaultGraphs()
public TestDefaultGraphs(String name)
name - public void test_defaultGraphs_01a()
throws Exception
SELECT ?s ?p ?o
FROM :c0
WHERE {
?s ?p ?o
}
Exceptionpublic void test_defaultGraphs_01b()
throws Exception
Note: This case gets handled specially.
Exceptionpublic void test_defaultGraphs_01c()
throws Exception
Exceptionpublic void test_defaultGraphs_01d()
throws Exception
Exceptionpublic void test_defaultGraphs_01e()
throws Exception
Exceptionpublic void test_defaultGraphs_01f()
throws Exception
Exceptionpublic void test_defaultGraphs_01g()
throws Exception
Exceptionpublic void test_defaultGraphs_01h()
throws Exception
Note: This case gets handled specially.
Exceptionpublic void test_defaultGraphs_01i()
throws Exception
Exceptionpublic void test_defaultGraphs_01j()
throws Exception
Exceptionpublic void test_defaultGraphs_01k()
throws Exception
ExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.