public abstract class SPARQLUpdateTest extends Object
Modifier and Type | Field and Description |
---|---|
protected IRI |
alice |
protected IRI |
bob |
protected RepositoryConnection |
con |
protected static String |
EX_NS |
protected ValueFactory |
f |
protected IRI |
graph1 |
protected IRI |
graph2 |
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
SPARQLUpdateTest() |
protected static final org.slf4j.Logger logger
protected RepositoryConnection con
protected ValueFactory f
protected IRI bob
protected IRI alice
protected IRI graph1
protected IRI graph2
protected static final String EX_NS
public void testDeleteFromDefaultGraph() throws Exception
Exception
public void testDeleteFromDefaultGraphUsingWith() throws Exception
Exception
public void testInsertWhereInvalidTriple() throws Exception
Exception
public void testDeleteWhereInvalidTriple() throws Exception
Exception
public void testDeleteInsertWhereInvalidTriple() throws Exception
Exception
public void testInsertWhereWithBinding() throws Exception
Exception
public void testInsertWhereWithBindings2() throws Exception
Exception
public void testInsertEmptyWhereWithBinding() throws Exception
Exception
public void testInsertNonMatchingWhere() throws Exception
Exception
public void testInsertNonMatchingWhereWithBindings() throws Exception
Exception
public void testInsertWhereWithBindings() throws Exception
Exception
public void testInsertWhereWithOptional() throws Exception
Exception
public void testInsertWhereWithBlankNode() throws Exception
Exception
public void testDeleteInsertWhereWithBindings() throws Exception
Exception
public void testDeleteInsertWhereWithBindings2() throws Exception
Exception
public void testDeleteInsertWhereLoopingBehavior() throws Exception
Exception
public void testConsecutiveUpdatesInSameTransaction() throws Exception
Exception
public void testInsertTransformedWhere() throws Exception
Exception
public void testDeleteTransformedWhere() throws Exception
Exception
public void testInsertDataLangTaggedLiteral() throws Exception
Exception
public void testInsertDataMultiplePatterns() throws Exception
Exception
public void testDeleteDataMultiplePatterns() throws Exception
Exception
public void testDeleteDataFromWrongGraph() throws Exception
Exception
public void testCopyFromDefaultToDefault() throws Exception
Exception
public void testAddFromDefaultToDefault() throws Exception
Exception
public void testMoveFromDefaultToDefault() throws Exception
Exception
public void testUpdateSequenceDeleteInsert() throws Exception
Exception
public void testUpdateSequenceInsertDelete() throws Exception
Exception
public void testUpdateSequenceInsertDelete2() throws Exception
Exception
public void testUpdateSequenceInsertDeleteExample9() throws Exception
Exception
public void testUpdateSequenceWithRelativeIRI() throws Exception
Exception
protected void loadDataset(String datasetFile) throws RDFParseException, RepositoryException, IOException
protected String getNamespaceDeclarations()
protected Repository createRepository() throws Exception
Exception
protected abstract Repository newRepository() throws Exception
Exception
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.