public class TestGroupByOp extends AbstractDataDrivenSPARQLTestCase
AbstractAggregationTestCase
, this test
suite provides higher coverage in terms of the covered feature combinations,
but weaker focus because it simply parses and runs the test queries from
files, so interference from other modules is likely. Also, the choice of
the particular GroupByOp
implementation is made automatically
by the tested implementation rather than by test config.
All the current tests were initially used as tests for ticket BLZG 1202.AbstractDataDrivenSPARQLTestCase.TestHelper, AbstractDataDrivenSPARQLTestCase.UpdateTestHelper
AbstractDataAndSPARQLTestCase.AbsHelper
TestCase2.MyProperties, TestCase2.RandomType
baseURI, store, valueFactory
_randomType
Constructor and Description |
---|
TestGroupByOp() |
TestGroupByOp(String name) |
Modifier and Type | Method and Description |
---|---|
void |
test_ticket_1202a()
SELECT ?w (SAMPLE(?v) AS ?S)
{
?s :p ?v .
|
void |
test_ticket_1202b()
SELECT?s ?w
{
?s :p ?v .
|
void |
test_ticket_1202c()
SELECT?w (COUNT(DISTINCT ?v) AS ?S)
{
?s :p ?v .
|
void |
test_ticket_1202d()
SELECT?s ?w (COUNT(DISTINCT ?v) AS ?c)
{
?s :p ?v .
|
void |
test_ticket_1202e()
SELECT?w (SAMPLE(?v) AS ?S) (STR(?w) AS ?wstr)
{
?s :p ?v .
|
void |
test_ticket_1202f()
SELECT?w (COUNT(DISTINCT ?v) AS ?S) (STR(?w) AS ?wstr)
{
?s :p ?v .
|
void |
test_ticket_1202g()
SELECT?s ?w (STR(?w) AS ?wstr)
{
?s :p ?v .
|
void |
test_ticket_1202h()
SELECT?s ?w (COUNT(DISTINCT ?v) AS ?c) (STR(?w) AS ?wstr)
{
?s :p ?v .
|
void |
test_ticket_1202i()
SELECT?w (SAMPLE(?v) AS ?S) (?w AS ?u)
{
?s :p ?v .
|
void |
test_ticket_1202j()
SELECT?w (COUNT(DISTINCT ?v) AS ?S) (?w AS ?u)
{
?s :p ?v .
|
void |
test_ticket_1202k()
SELECT?s ?w (?w AS ?u)
{
?s :p ?v .
|
void |
test_ticket_1202l()
SELECT?s ?w (COUNT(DISTINCT ?v) AS ?c) (?w AS ?u)
{
?s :p ?v .
|
void |
test_ticket_1202m()
SELECT(COUNT(?w) AS ?wcnt) (SAMPLE(?v) AS ?S)
{
?s :p ?v .
|
void |
test_ticket_1202n()
SELECT(COUNT(?w) AS ?wcnt) (COUNT(DISTINCT ?v) AS ?S)
{
?s :p ?v .
|
void |
test_ticket_1202o()
SELECT?w (COUNT(*) AS ?c)
{
?s :p ?v .
|
void |
test_ticket_1202p()
SELECT?w (COUNT(DISTINCT *) AS ?c)
{
?s :p ?v .
|
void |
test_ticket_1202q()
SELECT(COUNT(?w) AS ?u) (COUNT(*) AS ?c)
{
?s :p ?v .
|
void |
test_ticket_1202r()
SELECT(COUNT(?w) AS ?u) (COUNT(DISTINCT *) AS ?c)
{
?s :p ?v .
|
assertSameAST, asSet, asSet, asSet, asSet, asSet, enableDeleteMarkersInIndes, getBOpContext, getProperties, getStore, makeIV, setUp, tearDown
assertSameSolutions, assertSameSolutions, assertSameSolutions, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, compareGraphs, compareTupleQueryResults, diff
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEqualsWithinUlps, assertSameArray, assertSameArray, assertSameBigDecimal, assertSameBigDecimal, assertSameBigInteger, assertSameBigInteger, assertSameIterator, assertSameIterator, assertSameIteratorAnyOrder, assertSameIteratorAnyOrder, assertSameValue, assertSameValue, assertZeroUlps, assertZeroUlps, fail, getInnerCause, getNormalInt, getProjectBuildPath, getRandomObject, getRandomObject, getRandomOrder, getRandomString, getTestInputStream, getTestResource, getTestResource, getUlps, getUlps, isDEBUG, isDEBUG, isINFO, isINFO, isInnerCause, logProperties
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
public TestGroupByOp()
public TestGroupByOp(String name)
public void test_ticket_1202a() throws Exception
Exception
public void test_ticket_1202b() throws Exception
Exception
public void test_ticket_1202c() throws Exception
Exception
public void test_ticket_1202d() throws Exception
Exception
public void test_ticket_1202e() throws Exception
Exception
public void test_ticket_1202f() throws Exception
Exception
public void test_ticket_1202g() throws Exception
Exception
public void test_ticket_1202h() throws Exception
Exception
public void test_ticket_1202i() throws Exception
Exception
public void test_ticket_1202j() throws Exception
Exception
public void test_ticket_1202k() throws Exception
Exception
public void test_ticket_1202l() throws Exception
Exception
public void test_ticket_1202m() throws Exception
Exception
public void test_ticket_1202n() throws Exception
Exception
public void test_ticket_1202o() throws Exception
Exception
public void test_ticket_1202p() throws Exception
Exception
public void test_ticket_1202q() throws Exception
Exception
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.