Class AbstractTupleQueryResultWriterTest
java.lang.Object
org.eclipse.rdf4j.testsuite.query.resultio.AbstractTupleQueryResultWriterTest
Generic tests for
TupleQueryResultWriter
implementations.- Author:
- Jeen Broekstra
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract RioSetting<?>[]
Get theRioSetting
s expected to be returned byQueryResultWriter.getSupportedSettings()
.protected abstract TupleQueryResultParserFactory
protected abstract TupleQueryResultWriterFactory
void
void
void
void
-
Field Details
-
vf
-
-
Constructor Details
-
AbstractTupleQueryResultWriterTest
public AbstractTupleQueryResultWriterTest()
-
-
Method Details
-
testRDFStarHandling_WithEncoding
- Throws:
Exception
-
testRDFStarHandling_NoEncoding
- Throws:
Exception
-
testRDFStarHandling_DeepNesting
- Throws:
Exception
-
testGetSupportedSettings
@Test public void testGetSupportedSettings() -
getExpectedSupportedSettings
Get theRioSetting
s expected to be returned byQueryResultWriter.getSupportedSettings()
. Used bytestGetSupportedSettings()
to determine if the output ofQueryResultWriter.getSupportedSettings()
is as expected for the concrete writer implementation.- Returns:
- an array of
RioSetting
s.
-
getParserFactory
-
getWriterFactory
-