Class TestManifestX


  • public class TestManifestX
    extends java.lang.Object
    Vocabulary definitions from test-manifest-x.n3
    • Field Detail

      • NS

        public static final java.lang.String NS

        The namespace of the vocabulary as a string

        See Also:
        Constant Field Values
      • NAMESPACE

        public static final Resource NAMESPACE

        The namespace of the vocabulary as a resource

      • defaultTestType

        public static final Property defaultTestType

        Default type of a test

      • include

        public static final Property include

        Include another manifest file.

      • textIndex

        public static final Property textIndex

        Whether to create a text index

      • dataSyntax

        public static final Property dataSyntax

        Syntax of the query

      • querySyntax

        public static final Property querySyntax

        Syntax of the query

      • TestSurpressed

        public static final Resource TestSurpressed

        Query test not to be run

      • TestSerialization

        public static final Resource TestSerialization

        Query serialization tests

      • TestBadSyntax

        public static final Resource TestBadSyntax

        Syntax tests which expect a parse failure

      • TestSyntax

        public static final Resource TestSyntax

        Syntax tests (query)

      • TestQuery

        public static final Resource TestQuery

        The class of test that are Query tests (query, data, results)

    • Constructor Detail

      • TestManifestX

        public TestManifestX()
    • Method Detail

      • getURI

        public static java.lang.String getURI()

        The namespace of the vocabulary as a string

        See Also:
        NS