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.UpdateTestHelperAbstractDataAndSPARQLTestCase.AbsHelperTestCase2.MyProperties, TestCase2.RandomTypebaseURI, 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, tearDownassertSameSolutions, assertSameSolutions, assertSameSolutions, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, assertSameSolutionsAnyOrder, compareGraphs, compareTupleQueryResults, diffassertEquals, 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, logPropertiesassertEquals, 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, toStringpublic TestGroupByOp()
public TestGroupByOp(String name)
public void test_ticket_1202a()
throws Exception
Exceptionpublic void test_ticket_1202b()
throws Exception
Exceptionpublic void test_ticket_1202c()
throws Exception
Exceptionpublic void test_ticket_1202d()
throws Exception
Exceptionpublic void test_ticket_1202e()
throws Exception
Exceptionpublic void test_ticket_1202f()
throws Exception
Exceptionpublic void test_ticket_1202g()
throws Exception
Exceptionpublic void test_ticket_1202h()
throws Exception
Exceptionpublic void test_ticket_1202i()
throws Exception
Exceptionpublic void test_ticket_1202j()
throws Exception
Exceptionpublic void test_ticket_1202k()
throws Exception
Exceptionpublic void test_ticket_1202l()
throws Exception
Exceptionpublic void test_ticket_1202m()
throws Exception
Exceptionpublic void test_ticket_1202n()
throws Exception
Exceptionpublic void test_ticket_1202o()
throws Exception
Exceptionpublic void test_ticket_1202p()
throws Exception
Exceptionpublic void test_ticket_1202q()
throws Exception
ExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.