Skip to content

Commit 3743be8

Browse files
Create test_notice_eligibility.feature
1 parent b7c45af commit 3743be8

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

0 commit comments

Comments
 (0)