Class SeRQLQueryTestCase
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.eclipse.rdf4j.query.parser.serql.SeRQLQueryTestCase
-
- All Implemented Interfaces:
junit.framework.Test
public abstract class SeRQLQueryTestCase extends junit.framework.TestCase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSeRQLQueryTestCase.Factory
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected RepositorycreateRepository(String entailment)protected NotifyingSailcreateSail(String entailment)protected voiddiscardRepository(Repository rep)protected abstract QueryLanguagegetQueryLanguage()protected RepositorynewRepository()protected RepositorynewRepository(String entailment)protected abstract NotifyingSailnewSail()protected voidrunTest()static junit.framework.Testsuite(SeRQLQueryTestCase.Factory factory)-
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, setUp, tearDown, toString
-
-
-
-
Method Detail
-
runTest
protected void runTest() throws Exception- Overrides:
runTestin classjunit.framework.TestCase- Throws:
Exception
-
createRepository
protected Repository createRepository(String entailment) throws Exception
- Throws:
Exception
-
newRepository
protected Repository newRepository() throws Exception
- Throws:
Exception
-
newRepository
protected Repository newRepository(String entailment) throws Exception
- Throws:
Exception
-
createSail
protected NotifyingSail createSail(String entailment) throws Exception
- Throws:
Exception
-
newSail
protected abstract NotifyingSail newSail() throws Exception
- Throws:
Exception
-
discardRepository
protected void discardRepository(Repository rep)
-
suite
public static junit.framework.Test suite(SeRQLQueryTestCase.Factory factory) throws Exception
- Throws:
Exception
-
getQueryLanguage
protected abstract QueryLanguage getQueryLanguage()
-
-