Traqula
    Preparing search index...

    Function sparqlAlgebraNegativeTests

    • Yields test cases for negative (invalid) algebra-level tests. Each test provides a SPARQL query that should fail during algebra transformation.

      Parameters

      • suite: NegativeAlgebraSuite

        The negative test suite to iterate.

      • Optionalfilter: (name: string) => boolean

        Optional filter predicate applied to the test file name.

      Returns Generator<NegativeTest>