public class RDFUnitConfiguration extends Object
RDFUnitConfiguration class.
| Constructor and Description |
|---|
RDFUnitConfiguration(String datasetURI,
String dataFolder)
Constructor for RDFUnitConfiguration.
|
RDFUnitConfiguration(String datasetURI,
String dataFolder,
String testFolder)
Constructor for RDFUnitConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
SerializationFormat |
geFirstOutputFormat()
geFirstOutputFormat.
|
Collection<SchemaSource> |
getAllSchemata()
getAllSchemata.
|
String |
getCustomDereferenceURI()
Getter for the field
customDereferenceURI. |
String |
getDataFolder()
Getter for the field
dataFolder. |
String |
getDatasetURI()
Getter for the field
datasetURI. |
Collection<String> |
getEndpointGraphs()
Getter for the field
endpointGraphs. |
long |
getEndpointQueryCacheTTL()
Getter for the field
endpointQueryCacheTTL. |
long |
getEndpointQueryDelayMS()
Getter for the field
endpointQueryDelayMS. |
long |
getEndpointQueryLimit()
Getter for the field
endpointQueryLimit. |
long |
getEndpointQueryPagination()
Getter for the field
endpointQueryPagination. |
String |
getEndpointURI()
Getter for the field
endpointURI. |
EnrichedSchemaSource |
getEnrichedSchema()
Getter for the field
enrichedSchema. |
Collection<SerializationFormat> |
getOutputFormats()
Getter for the field
outputFormats. |
String |
getPrefix()
Getter for the field
prefix. |
TestCaseExecutionType |
getTestCaseExecutionType()
Getter for the field
testCaseExecutionType. |
String |
getTestFolder()
Getter for the field
testFolder. |
TestSource |
getTestSource()
Getter for the field
testSource. |
boolean |
isAutoTestsEnabled()
isAutoTestsEnabled.
|
boolean |
isCalculateCoverageEnabled()
isCalculateCoverageEnabled.
|
boolean |
isManualTestsEnabled()
isManualTestsEnabled.
|
boolean |
isTestCacheEnabled()
isTestCacheEnabled.
|
void |
setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
setAutoSchemataFromQEF.
|
void |
setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
boolean all)
setAutoSchemataFromQEF.
|
void |
setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
boolean all,
boolean limitToKnown) |
void |
setAutoTestsEnabled(boolean autoTestsEnabled)
Setter for the field
autoTestsEnabled. |
void |
setCalculateCoverageEnabled(boolean calculateCoverageEnabled)
Setter for the field
calculateCoverageEnabled. |
void |
setCustomDereferenceURI(String customDereferenceURI)
Setter for the field
customDereferenceURI. |
void |
setCustomTextSource(String text,
String format)
Setter for the field
customTextSource. |
void |
setEndpointConfiguration(String endpointURI,
Collection<String> endpointGraphs)
setEndpointConfiguration.
|
void |
setEndpointQueryCacheTTL(long endpointQueryCacheTTL)
Setter for the field
endpointQueryCacheTTL. |
void |
setEndpointQueryDelayMS(long endpointQueryDelayMS)
Setter for the field
endpointQueryDelayMS. |
void |
setEndpointQueryLimit(long endpointQueryLimit)
Setter for the field
endpointQueryLimit. |
void |
setEndpointQueryPagination(long endpointQueryPagination)
Setter for the field
endpointQueryPagination. |
void |
setEnrichedSchema(String enrichedSchemaPrefix)
Setter for the field
enrichedSchema. |
void |
setManualTestsEnabled(boolean manualTestsEnabled)
Setter for the field
manualTestsEnabled. |
void |
setOutputFormatTypes(Collection<String> outputNames)
setOutputFormatTypes.
|
void |
setPrefix(String prefix)
Setter for the field
prefix. |
void |
setSchemata(Collection<SchemaSource> schemata)
setSchemata.
|
void |
setSchemataFromPrefixes(Collection<String> schemaPrefixes)
setSchemataFromPrefixes.
|
void |
setTestCacheEnabled(boolean testCacheEnabled)
Setter for the field
testCacheEnabled. |
void |
setTestCaseExecutionType(TestCaseExecutionType testCaseExecutionType)
Setter for the field
testCaseExecutionType. |
public RDFUnitConfiguration(String datasetURI, String dataFolder)
Constructor for RDFUnitConfiguration.
public void setEndpointConfiguration(String endpointURI, Collection<String> endpointGraphs)
setEndpointConfiguration.
endpointURI - a String object.endpointGraphs - a Collection object.public void setCustomDereferenceURI(String customDereferenceURI)
Setter for the field customDereferenceURI.
customDereferenceURI - a String object.public void setCustomTextSource(String text, String format) throws UndefinedSerializationException
Setter for the field customTextSource.
text - a String object.format - a String object.UndefinedSerializationException - if any.public void setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
setAutoSchemataFromQEF.
qef - a QueryExecutionFactory object.public void setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
boolean all)
setAutoSchemataFromQEF.
qef - a QueryExecutionFactory object.public void setAutoSchemataFromQEF(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
boolean all,
boolean limitToKnown)
public void setSchemataFromPrefixes(Collection<String> schemaPrefixes) throws UndefinedSchemaException
setSchemataFromPrefixes.
schemaPrefixes - a Collection object.UndefinedSchemaException - if any.public void setSchemata(Collection<SchemaSource> schemata)
setSchemata.
schemata - a Collection object.public void setEnrichedSchema(String enrichedSchemaPrefix)
Setter for the field enrichedSchema.
enrichedSchemaPrefix - a String object.public Collection<SchemaSource> getAllSchemata()
getAllSchemata.
Collection object.public TestSource getTestSource()
Getter for the field testSource.
Source object.public void setOutputFormatTypes(Collection<String> outputNames) throws UndefinedSerializationException
setOutputFormatTypes.
outputNames - a Collection object.UndefinedSerializationException - if any.public boolean isTestCacheEnabled()
isTestCacheEnabled.
public void setTestCacheEnabled(boolean testCacheEnabled)
Setter for the field testCacheEnabled.
testCacheEnabled - a boolean.public boolean isManualTestsEnabled()
isManualTestsEnabled.
public void setManualTestsEnabled(boolean manualTestsEnabled)
Setter for the field manualTestsEnabled.
manualTestsEnabled - a boolean.public boolean isAutoTestsEnabled()
isAutoTestsEnabled.
public void setAutoTestsEnabled(boolean autoTestsEnabled)
Setter for the field autoTestsEnabled.
autoTestsEnabled - a boolean.public TestCaseExecutionType getTestCaseExecutionType()
Getter for the field testCaseExecutionType.
TestCaseExecutionType object.public void setTestCaseExecutionType(TestCaseExecutionType testCaseExecutionType)
Setter for the field testCaseExecutionType.
testCaseExecutionType - a TestCaseExecutionType object.public boolean isCalculateCoverageEnabled()
isCalculateCoverageEnabled.
public void setCalculateCoverageEnabled(boolean calculateCoverageEnabled)
Setter for the field calculateCoverageEnabled.
calculateCoverageEnabled - a boolean.public String getDataFolder()
Getter for the field dataFolder.
String object.public String getTestFolder()
Getter for the field testFolder.
String object.public void setPrefix(String prefix)
Setter for the field prefix.
prefix - a String object.public String getDatasetURI()
Getter for the field datasetURI.
String object.public String getEndpointURI()
Getter for the field endpointURI.
String object.public Collection<String> getEndpointGraphs()
Getter for the field endpointGraphs.
Collection object.public String getCustomDereferenceURI()
Getter for the field customDereferenceURI.
String object.public EnrichedSchemaSource getEnrichedSchema()
Getter for the field enrichedSchema.
EnrichedSchemaSource object.public Collection<SerializationFormat> getOutputFormats()
Getter for the field outputFormats.
Collection object.public SerializationFormat geFirstOutputFormat()
geFirstOutputFormat.
SerializationFormat object.public long getEndpointQueryDelayMS()
Getter for the field endpointQueryDelayMS.
public void setEndpointQueryDelayMS(long endpointQueryDelayMS)
Setter for the field endpointQueryDelayMS.
endpointQueryDelayMS - a long.public long getEndpointQueryCacheTTL()
Getter for the field endpointQueryCacheTTL.
public void setEndpointQueryCacheTTL(long endpointQueryCacheTTL)
Setter for the field endpointQueryCacheTTL.
endpointQueryCacheTTL - a long.public long getEndpointQueryPagination()
Getter for the field endpointQueryPagination.
public void setEndpointQueryPagination(long endpointQueryPagination)
Setter for the field endpointQueryPagination.
endpointQueryPagination - a long.public long getEndpointQueryLimit()
Getter for the field endpointQueryLimit.
public void setEndpointQueryLimit(long endpointQueryLimit)
Setter for the field endpointQueryLimit.
endpointQueryLimit - a long.Copyright © 2015. All rights reserved.