Skip to content

Commit

Permalink
[New] Test for rdf4j update module (not finished)
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Jul 18, 2023
1 parent ed3f3ea commit fe3b0b2
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -40,4 +40,9 @@ public void testUpdateEmpty() {
moduleRdf4j.setInputContext(inputExecutionContext);
moduleRdf4j.execute();
}

void executeSelfExecutesAllUpdateQueries() {
// given(repository.getConnection()).return(connection);
// verify ... ~ updateConnection.prepareUpdate(QueryLanguage.SPARQL, updateString);
}
}

0 comments on commit fe3b0b2

Please sign in to comment.