|
1 |
| -# This is an auto-generated file. Regular comments will be removed when this |
2 |
| -# file is regenerated. Regenerating will not touch any manually added keys, |
3 |
| -# so comments can be added in a "comment" key. |
| 1 | +# This is an auto-generated file. |
| 2 | +# |
| 3 | +# Regenerating this file via `configlet sync` will: |
| 4 | +# - Recreate every `description` key/value pair |
| 5 | +# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications |
| 6 | +# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) |
| 7 | +# - Preserve any other key/value pair |
| 8 | +# |
| 9 | +# As user-added comments (using the # character) will be removed when this file |
| 10 | +# is regenerated, comments can be added via a `comment` key. |
4 | 11 |
|
5 | 12 | [3ac4f735-d36c-44c4-a3e2-316f79704203]
|
6 |
| -description = "queen with a valid position" |
| 13 | +description = "Test creation of Queens with valid and invalid positions -> queen with a valid position" |
7 | 14 |
|
8 | 15 | [4e812d5d-b974-4e38-9a6b-8e0492bfa7be]
|
9 |
| -description = "queen must have positive row" |
| 16 | +description = "Test creation of Queens with valid and invalid positions -> queen must have positive row" |
10 | 17 |
|
11 | 18 | [f07b7536-b66b-4f08-beb9-4d70d891d5c8]
|
12 |
| -description = "queen must have row on board" |
| 19 | +description = "Test creation of Queens with valid and invalid positions -> queen must have row on board" |
13 | 20 |
|
14 | 21 | [15a10794-36d9-4907-ae6b-e5a0d4c54ebe]
|
15 |
| -description = "queen must have positive column" |
| 22 | +description = "Test creation of Queens with valid and invalid positions -> queen must have positive column" |
16 | 23 |
|
17 | 24 | [6907762d-0e8a-4c38-87fb-12f2f65f0ce4]
|
18 |
| -description = "queen must have column on board" |
| 25 | +description = "Test creation of Queens with valid and invalid positions -> queen must have column on board" |
19 | 26 |
|
20 | 27 | [33ae4113-d237-42ee-bac1-e1e699c0c007]
|
21 |
| -description = "can not attack" |
| 28 | +description = "Test the ability of one queen to attack another -> cannot attack" |
22 | 29 |
|
23 | 30 | [eaa65540-ea7c-4152-8c21-003c7a68c914]
|
24 |
| -description = "can attack on same row" |
| 31 | +description = "Test the ability of one queen to attack another -> can attack on same row" |
25 | 32 |
|
26 | 33 | [bae6f609-2c0e-4154-af71-af82b7c31cea]
|
27 |
| -description = "can attack on same column" |
| 34 | +description = "Test the ability of one queen to attack another -> can attack on same column" |
28 | 35 |
|
29 | 36 | [0e1b4139-b90d-4562-bd58-dfa04f1746c7]
|
30 |
| -description = "can attack on first diagonal" |
| 37 | +description = "Test the ability of one queen to attack another -> can attack on first diagonal" |
31 | 38 |
|
32 | 39 | [ff9b7ed4-e4b6-401b-8d16-bc894d6d3dcd]
|
33 |
| -description = "can attack on second diagonal" |
| 40 | +description = "Test the ability of one queen to attack another -> can attack on second diagonal" |
34 | 41 |
|
35 | 42 | [0a71e605-6e28-4cc2-aa47-d20a2e71037a]
|
36 |
| -description = "can attack on third diagonal" |
| 43 | +description = "Test the ability of one queen to attack another -> can attack on third diagonal" |
37 | 44 |
|
38 | 45 | [0790b588-ae73-4f1f-a968-dd0b34f45f86]
|
39 |
| -description = "can attack on fourth diagonal" |
| 46 | +description = "Test the ability of one queen to attack another -> can attack on fourth diagonal" |
| 47 | + |
| 48 | +[543f8fd4-2597-4aad-8d77-cbdab63619f8] |
| 49 | +description = "Test the ability of one queen to attack another -> cannot attack if falling diagonals are only the same when reflected across the longest falling diagonal" |
0 commit comments