Class SparqlAggregatesTest

java.lang.Object
org.eclipse.rdf4j.testsuite.repository.SparqlAggregatesTest

public abstract class SparqlAggregatesTest extends Object
  • Field Details

    • selectNameMbox

      public String selectNameMbox
    • concatMbox

      public String concatMbox
    • concatOptionalMbox

      public String concatOptionalMbox
    • countMbox

      public String countMbox
    • countOptionalMbox

      public String countOptionalMbox
  • Constructor Details

    • SparqlAggregatesTest

      public SparqlAggregatesTest()
  • Method Details

    • setUpClass

      @BeforeAll public static void setUpClass()
    • afterClass

      @AfterAll public static void afterClass()
    • testSelect

      @Test public void testSelect()
    • testConcat

      @Test public void testConcat()
    • testConcatOptional

      @Test public void testConcatOptional()
    • testCount

      @Test public void testCount()
    • testCountOptional

      @Test public void testCountOptional()
    • setUp

      @BeforeEach public void setUp()
    • createRepository

      protected Repository createRepository()
    • newRepository

      protected abstract Repository newRepository()
    • tearDown

      @AfterEach public void tearDown()