AtomGraph / Processor

Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
https://hub.docker.com/r/atomgraph/processor/
Apache License 2.0
58 stars 6 forks source link

Add test driver class #12

Open namedgraph opened 9 years ago

namedgraph commented 9 years ago

It should be possible to run tests from command line, using the following arguments:

The driver class would need to implement main() method. It could be used to run scripts from a suite that tests the processor's conformance to the specification.

namedgraph commented 9 years ago

This seems to be Jena's cmd class: https://github.com/apache/jena/blob/master/jena-base/src/main/java/jena/cmd/CmdMain.java

namedgraph commented 8 years ago

The tests suite could be similar to the one of SPARQL: http://www.w3.org/2001/sw/DataAccess/tests/r2 http://www.w3.org/2009/sparql/docs/tests/ http://www.w3.org/2009/sparql/docs/tests/summary.html