public abstract class CustomGraphQueryInferencerTest extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
CustomGraphQueryInferencerTest.Expectation |
Constructor and Description |
---|
CustomGraphQueryInferencerTest(String resourceFolder,
CustomGraphQueryInferencerTest.Expectation testData,
QueryLanguage language) |
Modifier and Type | Method and Description |
---|---|
protected CustomGraphQueryInferencer |
createRepository(boolean withMatchQuery) |
protected abstract NotifyingSail |
newSail()
Gets an instance of the Sail that should be tested.
|
static Collection<Object[]> |
parameters() |
protected void |
runTest(CustomGraphQueryInferencer inferencer) |
void |
testCustomQueryInference() |
void |
testCustomQueryInferenceImplicitMatcher() |
public CustomGraphQueryInferencerTest(String resourceFolder, CustomGraphQueryInferencerTest.Expectation testData, QueryLanguage language)
public static final Collection<Object[]> parameters()
protected void runTest(CustomGraphQueryInferencer inferencer) throws RepositoryException, RDFParseException, IOException, MalformedQueryException, UpdateExecutionException
protected CustomGraphQueryInferencer createRepository(boolean withMatchQuery) throws IOException, MalformedQueryException, UnsupportedQueryLanguageException, RepositoryException, SailException, RDFParseException
protected abstract NotifyingSail newSail()
public void testCustomQueryInference() throws RepositoryException, RDFParseException, MalformedQueryException, UpdateExecutionException, IOException, UnsupportedQueryLanguageException, SailException
public void testCustomQueryInferenceImplicitMatcher() throws RepositoryException, RDFParseException, MalformedQueryException, UpdateExecutionException, IOException, UnsupportedQueryLanguageException, SailException
Copyright © 2001–2015 Aduna. All rights reserved.