File tree Expand file tree Collapse file tree
tests/features/notice_validator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Created by Stefan at 16.08.2022
2- Feature : # Enter feature name here
3- # Enter feature description here
2+ Feature : Notice Validator
3+ The system is able to validate the notice xml and rdf manifestation.
4+
5+ Scenario : SHACL validation
6+ Given a notice
7+ And a mapping suite package
8+ And at least one SHACL test suite is available
9+ And the notice status is DISTILLED
10+ When the notice shacl validation is executed
11+ Then the notice have SHACL validation reports for each RDF manifestation
12+
13+ Scenario : SPARQL validation
14+ Given a notice
15+ And a mapping suite package
16+ And at least one SPARQL test suite is available
17+ And the notice status is DISTILLED
18+ When the notice sparql validation is executed
19+ Then the notice have SPARQL validation reports for each RDF manifestation
420
5- Scenario : # Enter scenario name here
6- # Enter steps here
You can’t perform that action at this time.
0 commit comments