Class SPARQLComplianceTest

    • Constructor Detail

      • SPARQLComplianceTest

        public SPARQLComplianceTest​(String displayName,
                                    String testURI,
                                    String name)
        Parameters:
        displayName -
        testURI -
        name -
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        Returns:
        the displayName
      • getTestURI

        public String getTestURI()
        Returns:
        the testURI
      • getName

        public String getName()
        Returns:
        the name
      • getDataRepository

        protected abstract Repository getDataRepository()
      • includeSubManifest

        protected static boolean includeSubManifest​(String subManifestFile,
                                                    List<String> excludedSubdirs)
        Verifies if the selected subManifest occurs in the supplied list of excluded subdirs.
        Parameters:
        subManifestFile - the url of a sub-manifest
        excludedSubdirs - an array of directory names. May be null.
        Returns:
        false if the supplied list of excluded subdirs is not empty and contains a match for the supplied sub-manifest, true otherwise.
      • getIgnoredTests

        protected List<String> getIgnoredTests()
        Returns:
        the ignoredTests
      • addIgnoredTest

        protected void addIgnoredTest​(String ignoredTest)
      • setIgnoredTests

        protected void setIgnoredTests​(List<String> ignoredTests)
        Parameters:
        ignoredTests - the ignoredTests to set