You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dimitris Kontokostas edited this page Oct 27, 2017
·
8 revisions
Results / Execution Types
At the moment, RDFUnit provides flexible execution option that deliver different types of results.
The easiest way to see them is to try them out. Use -r status | aggregate | shacl | shacl-lite (with aggregate as the default) from command line to enable them.
Use -o option to save in different formats. In addition to all RDF serializations we support html (default). You can also request multiple serializations on the same execution e.g. -o html,ttl
StatusTestCaseResult
use -r status in CLI to enable. Reports just Success / Fail pre test case reports.
AggregatedTestCaseResult
use -r aggregate (default) in CLI to enable. Extends StatusTestCaseResult and adds error counts and prevalence.
Shacl
use -r shacl in CLI to enable. Reports violations as defined in SHACL
Shacl - simplified
use -r shacl-lite in CLI to enable. Reports violations as defined in SHACL but without additional error metadata and annotation variables.