public class RDFUnitConfiguration extends Object
| Constructor and Description |
|---|
RDFUnitConfiguration(String datasetURI,
String dataFolder) |
RDFUnitConfiguration(String datasetURI,
String dataFolder,
String testFolder) |
public void setEndpointConfiguration(String endpointURI, Collection<String> endpointGraphs)
public void setEndpointConfiguration(String endpointURI, Collection<String> endpointGraphs, long endpointDelayinMS, long endpointCacheTTL, long endpointPagination)
public void setEndpointConfiguration(String endpointURI, Collection<String> endpointGraphs, long endpointQueryDelayMS, long endpointQueryCacheTTL, long endpointQueryPagination, long endpointQueryLimit)
public void setCustomDereferenceURI(String customDereferenceURI)
public void setCustomTextSource(String text, String format) throws UndefinedSerializationException
UndefinedSerializationExceptionpublic void setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
public void setSchemataFromPrefixes(Collection<String> schemaPrefixes) throws UndefinedSchemaException
UndefinedSchemaExceptionpublic void setSchemata(Collection<SchemaSource> schemata)
public void setEnrichedSchema(String enrichedSchemaPrefix)
public Collection<SchemaSource> getAllSchemata()
public Source getTestSource()
public void setOutputFormatTypes(Collection<String> outputNames) throws UndefinedSerializationException
UndefinedSerializationExceptionpublic boolean isTestCacheEnabled()
public void setTestCacheEnabled(boolean testCacheEnabled)
public boolean isManualTestsEnabled()
public void setManualTestsEnabled(boolean manualTestsEnabled)
public boolean isAutoTestsEnabled()
public void setAutoTestsEnabled(boolean autoTestsEnabled)
public TestCaseExecutionType getTestCaseExecutionType()
public void setTestCaseExecutionType(TestCaseExecutionType testCaseExecutionType)
public boolean isCalculateCoverageEnabled()
public void setCalculateCoverageEnabled(boolean calculateCoverageEnabled)
public String getDataFolder()
public String getTestFolder()
public String getPrefix()
public void setPrefix(String prefix)
public String getDatasetURI()
public String getEndpointURI()
public Collection<String> getEndpointGraphs()
public String getCustomDereferenceURI()
public EnrichedSchemaSource getEnrichedSchema()
public Collection<SerializationFormat> getOutputFormats()
public SerializationFormat geFirstOutputFormat()
public long getEndpointQueryDelayMS()
public void setEndpointQueryDelayMS(long endpointQueryDelayMS)
public long getEndpointQueryCacheTTL()
public void setEndpointQueryCacheTTL(long endpointQueryCacheTTL)
public long getEndpointQueryPagination()
public void setEndpointQueryPagination(long endpointQueryPagination)
public long getEndpointQueryLimit()
public void setEndpointQueryLimit(long endpointQueryLimit)
Copyright © 2014. All rights reserved.