Class SPARQLUpdateConformanceTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
- All Implemented Interfaces:
junit.framework.Test
Deprecated.
A SPARQL 1.1 Update test, created by reading in a W3C working-group style manifest.
- Author:
- Jeen Broekstra
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Deprecated. -
Field Summary
Modifier and TypeFieldDescriptionprotected Repository
Deprecated.protected final Dataset
Deprecated.protected Repository
Deprecated.protected final String
Deprecated.protected final String
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Repository
Deprecated.protected static String
getManifestName
(Repository manifestRep, RepositoryConnection con, String manifestFileURL) Deprecated.protected abstract Repository
Deprecated.protected void
runTest()
Deprecated.protected void
setUp()
Deprecated.static junit.framework.TestSuite
suite
(String manifestFileURL, SPARQLUpdateConformanceTest.Factory factory) Deprecated.static junit.framework.TestSuite
suite
(String manifestFileURL, SPARQLUpdateConformanceTest.Factory factory, boolean approvedOnly) Deprecated.protected void
tearDown()
Deprecated.Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, toString
-
Field Details
-
testURI
Deprecated. -
requestFileURL
Deprecated. -
dataRep
Deprecated. -
expectedResultRepo
Deprecated. -
dataset
Deprecated.
-
-
Constructor Details
-
Method Details
-
setUp
Deprecated.- Overrides:
setUp
in classjunit.framework.TestCase
- Throws:
Exception
-
createRepository
Deprecated.- Throws:
Exception
-
newRepository
Deprecated.- Throws:
Exception
-
tearDown
Deprecated.- Overrides:
tearDown
in classjunit.framework.TestCase
- Throws:
Exception
-
runTest
Deprecated.- Overrides:
runTest
in classjunit.framework.TestCase
- Throws:
Exception
-
suite
public static junit.framework.TestSuite suite(String manifestFileURL, SPARQLUpdateConformanceTest.Factory factory) throws Exception Deprecated.- Throws:
Exception
-
suite
public static junit.framework.TestSuite suite(String manifestFileURL, SPARQLUpdateConformanceTest.Factory factory, boolean approvedOnly) throws Exception Deprecated.- Throws:
Exception
-
getManifestName
protected static String getManifestName(Repository manifestRep, RepositoryConnection con, String manifestFileURL) throws QueryEvaluationException, RepositoryException, MalformedQueryException Deprecated.
-
SPARQL11UpdateComplianceTest
instead.