Class EquivalentTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.repository.EquivalentTest
-
public abstract class EquivalentTest extends Object
-
-
Constructor Summary
Constructors Constructor Description EquivalentTest(String operator, String term1, String term2)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected Repository
createRepository()
protected abstract Repository
newRepository()
static Collection<Object[]>
params()
void
setUp()
static void
setUpClass()
void
tearDown()
void
testOperator()
-
-
-
Method Detail
-
params
public static Collection<Object[]> params()
-
createRepository
protected Repository createRepository() throws Exception
- Throws:
Exception
-
newRepository
protected abstract Repository newRepository() throws Exception
- Throws:
Exception
-
-