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