Class TupleQueryResultTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.repository.TupleQueryResultTest
-
public abstract class TupleQueryResultTest extends Object
-
-
Constructor Summary
Constructors Constructor Description TupleQueryResultTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected Repository
createRepository()
protected abstract Repository
newRepository()
void
setUp()
void
tearDown()
void
testCountMatchesAllSelect()
void
testGetBindingNames()
void
testIsEmpty()
void
testIterator()
void
testNotClosingResult()
void
testNotClosingResultThrowsException()
void
testNotClosingResultWithoutDebug()
void
testStreaming()
-
-
-
Method Detail
-
createRepository
protected Repository createRepository() throws Exception
- Throws:
Exception
-
newRepository
protected abstract Repository newRepository() throws Exception
- Throws:
Exception
-
testGetBindingNames
@Test public void testGetBindingNames()
-
testIterator
@Test public void testIterator()
-
testIsEmpty
@Test public void testIsEmpty()
-
testCountMatchesAllSelect
@Test public void testCountMatchesAllSelect()
-
testNotClosingResult
@Test public void testNotClosingResult()
-
testNotClosingResultWithoutDebug
@Test public void testNotClosingResultWithoutDebug() throws InterruptedException
- Throws:
InterruptedException
-
testNotClosingResultThrowsException
@Test public void testNotClosingResultThrowsException()
-
-