@@ -7,12 +7,12 @@ Feature: Alleles
77 Then the reduced allele is found to be <Redux Allele>
88
99 Examples :
10- | Allele | Level | Redux Allele |
11- | C *02 :02 | lg | C *02 :02g |
12- | C *02 :02 | lgx | C *02 :02 |
13- | C *02 :10 | lg | C *02 :02g |
14- | C *02 :10 | lgx | C *02 :02 |
15- | C *06 :17 | lgx | C *06 :02 |
10+ | Allele | Level | Redux Allele |
11+ | C *02 :02 | lg | C *02 :02g |
12+ | C *02 :02 | lgx | C *02 :02 |
13+ | C *02 :10 | lg | C *02 :02g |
14+ | C *02 :10 | lgx | C *02 :02 |
15+ | C *06 :17 | lgx | C *06 :02 |
1616
1717 Scenario Outline : allele reduction
1818
@@ -21,22 +21,39 @@ Feature: Alleles
2121 Then the reduced allele is found to be <Redux Allele>
2222
2323 Examples :
24- | Allele | Level | Redux Allele |
25- | A *01 :01 :01 | G | A *01 :01 :01G |
26- | A *01 :01 :01 | lg | A *01 :01g |
27- | A *01 :01 :01 | lgx | A *01 :01 |
28-
29- | HLA -A *01 :01 :01 | G | HLA -A *01 :01 :01G |
30- | HLA -A *01 :01 :01 | lg | HLA -A *01 :01g |
31- | HLA -A *01 :01 :01 | lgx | HLA -A *01 :01 |
32-
33- | DRB1 *14 :05 :01 | lgx | DRB1 *14 :05 |
34- | DRB1 *14 :05 :01 | lg | DRB1 *14 :05g |
35-
36- | DRB1 *14 :06 :01 | lgx | DRB1 *14 :06 |
37- | DRB1 *14 :06 :01 | lg | DRB1 *14 :06g |
38- | C *02 :02 | lg | C *02 :02g |
39- | C *02 :02 | lgx | C *02 :02 |
40- | C *02 :10 | lg | C *02 :02g |
41- | C *02 :10 | lgx | C *02 :02 |
42- | C *06 :17 | lgx | C *06 :17 |
24+ | Allele | Level | Redux Allele |
25+ | A *01 :01 :01 | G | A *01 :01 :01G |
26+ | A *01 :01 :01 | lg | A *01 :01g |
27+ | A *01 :01 :01 | lgx | A *01 :01 |
28+
29+ | HLA -A *01 :01 :01 | G | HLA -A *01 :01 :01G |
30+ | HLA -A *01 :01 :01 | lg | HLA -A *01 :01g |
31+ | HLA -A *01 :01 :01 | lgx | HLA -A *01 :01 |
32+
33+ | DRB1 *14 :05 :01 | lgx | DRB1 *14 :05 |
34+ | DRB1 *14 :05 :01 | lg | DRB1 *14 :05g |
35+
36+ | DRB1 *14 :06 :01 | lgx | DRB1 *14 :06 |
37+ | DRB1 *14 :06 :01 | lg | DRB1 *14 :06g |
38+ | C *02 :02 | lg | C *02 :02g |
39+ | C *02 :02 | lgx | C *02 :02 |
40+ | C *02 :10 | lg | C *02 :02g |
41+ | C *02 :10 | lgx | C *02 :02 |
42+ | C *06 :17 | lgx | C *06 :17 |
43+
44+
45+ Scenario Outline : allele reduction with ARS suffix
46+
47+ In `g` mode, use `ARS` prefix rather than `g`.
48+
49+ Given the allele as <Allele>
50+ When reducing on the <Level> level with ARS suffix enabled
51+ Then the reduced allele is found to be <Redux Allele>
52+
53+ Examples :
54+ | Allele | Level | Redux Allele |
55+ | A *01 :01 :01 | lg | A *01 :01ARS |
56+ | HLA -A *01 :01 :01 | lg | HLA -A *01 :01ARS |
57+ | DRB1 *14 :06 :01 | lg | DRB1 *14 :06ARS |
58+ | C *02 :02 | lg | C *02 :02ARS |
59+ | C *02 :10 | lg | C *02 :02ARS |
0 commit comments