Class SparqlOrderByTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.repository.SparqlOrderByTest
-
public abstract class SparqlOrderByTest extends Object
-
-
Constructor Summary
Constructors Constructor Description SparqlOrderByTest()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static void
afterClass()
protected Repository
createRepository()
protected abstract Repository
newRepository()
void
setUp()
static void
setUpClass()
void
tearDown()
void
testQuery1()
void
testQuery2()
void
testQuery3()
-
-
-
Method Detail
-
setUpClass
@BeforeAll public static void setUpClass()
-
testQuery1
@Test public void testQuery1()
-
testQuery2
@Test public void testQuery2()
-
testQuery3
@Test public void testQuery3()
-
setUp
@BeforeEach public void setUp()
-
createRepository
protected Repository createRepository()
-
newRepository
protected abstract Repository newRepository()
-
tearDown
@AfterEach public void tearDown()
-
-