public class BigdataSPARQL2ASTParserTest extends AbstractBigdataExprBuilderTestCase
baseURI, lex, tripleStore, valueFactory| Constructor and Description |
|---|
BigdataSPARQL2ASTParserTest() |
BigdataSPARQL2ASTParserTest(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
test_agg08()
grouping by expression, done wrong
|
void |
test_agg09()
Projection of an ungrouped variable (not appearing in the GROUP BY
expression)
|
void |
test_agg10()
Projection of an ungrouped variable (no GROUP BY expression at all)
|
void |
test_agg11()
Use of an ungrouped variable in a project expression
|
void |
test_agg12()
Use of an ungrouped variable in a project expression, where the variable
appears in a GROUP BY expression
|
void |
test_group06()
projection of ungrouped variable
|
void |
test_group07()
projection of ungrouped variable, more complex example than Group-6
|
void |
test_qname_escape_01()
PrefixName with backslash-escaped colons.
|
void |
test_qname_escape_01b()
PrefixName with backslash-escaped colon (qname in select).
|
void |
test_qname_escape_02()
PrefixName with hex-encoded colon.
|
void |
test_syn_bad_01()
Select * Not allowed with GROUP BY
|
void |
test_syn_bad_02()
required syntax error : out of scope variable in SELECT from group.
|
void |
test_syn_bad_03()
Same variable can not be projected more than once.
|
void |
test_syntax_update_01()
Positive test (originally failed because it was being passed to
parseQuery() rather than parseUpdate()).
|
void |
test_syntax_update_30()
PREFIX but otherwise empty UPDATE.
|
void |
test_syntax_update_38()
Empty UPDATE.
|
void |
test_syntax_update_39()
BASE but otherwise empty UPDATE.
|
void |
test_syntax_update_bad_03()
Variable in DELETE DATA's data.
|
void |
test_syntax_update_bad_04()
Variable in INSERT DATA's data.
|
void |
test_syntax_update_bad_08()
Too many separators (in UPDATE request)
|
void |
test_syntax_update_bad_09()
Too many separators (in UPDATE request)
|
void |
test_syntax_update_bad_10()
BNode in DELETE WHERE
|
assertSameAST, getProperties, getStore, makeAnon, makeIV, mockAnonVar, parse, parseUpdate, setUp, tearDownassertEquals, 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 BigdataSPARQL2ASTParserTest()
public BigdataSPARQL2ASTParserTest(String name)
public void test_qname_escape_01()
throws org.openrdf.query.MalformedQueryException
SELECT * WHERE {
?page og:audio\:title ?title
}
org.openrdf.query.MalformedQueryExceptionsyntax-query/qname-escape-01.rqpublic void test_qname_escape_01b()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_qname_escape_02()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_syntax_update_01()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_agg08()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_agg09()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_agg10()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_agg11()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_agg12()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_group06()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_group07()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_syn_bad_01()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_syn_bad_02()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_syn_bad_03()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_syntax_update_38()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_syntax_update_39()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_syntax_update_30()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_syntax_update_bad_03()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_syntax_update_bad_04()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_syntax_update_bad_08()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_syntax_update_bad_09()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionpublic void test_syntax_update_bad_10()
throws org.openrdf.query.MalformedQueryException
org.openrdf.query.MalformedQueryExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.