Skip to content

Commit 2a0e597

Browse files
Update test_notice_validator.feature
1 parent 5f08ef5 commit 2a0e597

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

tests/features/notice_validator/test_notice_validator.feature

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
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

0 commit comments

Comments
 (0)