public abstract class AbstractTupleQueryResultWriterTest extends Object
TupleQueryResultWriter
implementations.Modifier and Type | Field and Description |
---|---|
protected static ValueFactory |
vf |
Constructor and Description |
---|
AbstractTupleQueryResultWriterTest() |
Modifier and Type | Method and Description |
---|---|
protected abstract RioSetting<?>[] |
getExpectedSupportedSettings()
Get the
RioSetting s expected to be returned by QueryResultWriter.getSupportedSettings() . |
protected abstract TupleQueryResultParserFactory |
getParserFactory() |
protected abstract TupleQueryResultWriterFactory |
getWriterFactory() |
void |
testGetSupportedSettings() |
void |
testRDFStarHandling_DeepNesting() |
void |
testRDFStarHandling_NoEncoding() |
void |
testRDFStarHandling_WithEncoding() |
protected static final ValueFactory vf
@Test public void testRDFStarHandling_WithEncoding() throws Exception
Exception
@Test public void testRDFStarHandling_NoEncoding() throws Exception
Exception
@Test public void testRDFStarHandling_DeepNesting() throws Exception
Exception
@Test public void testGetSupportedSettings() throws Exception
Exception
protected abstract RioSetting<?>[] getExpectedSupportedSettings()
RioSetting
s expected to be returned by QueryResultWriter.getSupportedSettings()
. Used by
testGetSupportedSettings()
to determine if the output of
QueryResultWriter.getSupportedSettings()
is as expected for the concrete writer implementation.RioSetting
s.protected abstract TupleQueryResultParserFactory getParserFactory()
protected abstract TupleQueryResultWriterFactory getWriterFactory()
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.