File tree Expand file tree Collapse file tree
tests/features/notice_metadata_processor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Created by Stefan at 18.08.2022
2+ Feature : Notice metadata processor
3+ The system is able to process TED notice metadata and check eligibility with mapping rules.
4+
5+ Scenario : Notice eligibility checking negative
6+ Given a notice
7+ And the notice is with form number F03
8+ And the notice status is NORMALISED
9+ And a mapping suite repository
10+ And a mapping suite for F03 is not available in mapping suite repository
11+ When the notice eligibility checking is executed
12+ Then the notice status is INELIGIBLE_FOR_TRANSFORMATION
13+
14+
15+ Scenario : Notice eligibility checking positive
16+ Given a notice
17+ And the notice is with form number F03
18+ And the notice status is NORMALISED
19+ And a mapping suite repository
20+ And a mapping suite for F03 is available in mapping suite repository
21+ When the notice eligibility checking is executed
22+ Then the notice status is ELIGIBLE_FOR_TRANSFORMATION
You can’t perform that action at this time.
0 commit comments