Liking cljdoc? Tell your friends :D

ont-app.rdf.test-support

These are tests that should be applicable to implementations of the igraph/rdf. query-for-failures should be empty.

These are tests that should be applicable to implementations of the igraph/rdf. query-for-failures should be empty.
raw docstring

bnode-test-dataclj/s

A small turtle file containing blank nodes

A small turtle file containing blank nodes
sourceraw docstring

prepare-reportclj/s

(prepare-report make-graph-fn load-file-fn)

Returns a graph initialized for RDFImplementationReport

Returns a graph initialized for RDFImplementationReport
sourceraw docstring

super-sub-queryclj/s

A query to test for sub/super relations

A query to test for sub/super relations
sourceraw docstring

test-bnode-supportclj/s

(test-bnode-support report)

Side-effects: Updates report with results of tests related to blank nodes Returns: modified report

  • Where
    • report is an atom containing a native-normal graph
    • (keys (@report :rdf-app/RDFImplementationReport)) :~ #{:rdf-app/loadFileFn}
    • loadFileFn links to fn[file-name] -> RDF IGraph implementation
Side-effects: Updates `report` with results of tests related to blank nodes
 Returns: modified `report`
- Where
  - `report` is an atom containing a native-normal graph
  - (keys (@`report` :rdf-app/RDFImplementationReport)) :~ #{:rdf-app/loadFileFn}
  - `loadFileFn` links to fn[file-name] -> RDF IGraph implementation
sourceraw docstring

test-load-of-web-resourceclj/s

(test-load-of-web-resource report)

Updates and returns a report on tests for loading web resources

Updates and returns a report on tests for loading web resources
sourceraw docstring

test-read-rdf-methodsclj/s

(test-read-rdf-methods report)

Updates and returns a report testing read-rdf

Updates and returns a report testing read-rdf
sourceraw docstring

test-transit-supportclj/s

(test-transit-support report)

Side-effects: Updates report with results of tests related to transit serialization Returns: modified report

  • Where
    • report is an atom containing a native-normal graph
    • (keys (@report :rdf-app/RDFImplementationReport)) :~ #{:rdf-app/makeGraphFn, :rdf-app/loadFileFn, :rdf-app/writeFileFn}
    • makeGraphFn links to fn[] -> empty RDF IGraph implemenation
    • loadFileFn links to fn[file-name] -> RDF IGraph implementation
    • writeFileFn links to fn[graph file-name] -> ?, with side-effects that contents of graph are written to a file readable by loadFileFn.
Side-effects: Updates `report` with results of tests related to transit serialization
 Returns: modified `report`
- Where
  - `report` is an atom containing a native-normal graph
  - (keys (@`report` :rdf-app/RDFImplementationReport)) :~ #{:rdf-app/makeGraphFn, :rdf-app/loadFileFn, :rdf-app/writeFileFn}
  - `makeGraphFn` links to fn[] -> empty RDF IGraph implemenation
  - `loadFileFn` links to fn[file-name] -> RDF IGraph implementation
  - `writeFileFn` links to fn[graph file-name] -> ?, with side-effects that contents
       of `graph` are written to a file readable by `loadFileFn`.
sourceraw docstring

test-write-rdf-methodsclj/s

(test-write-rdf-methods report)

Updates and returns a report testing write-rdf

Updates and returns a report testing write-rdf
sourceraw docstring

transit-test-mapclj/s

A map containing clojure constructs serializable under transit

A map containing clojure constructs serializable under transit
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close