Commit f4a0520
committed
test(audience-sdk): parametrise DistributionPlatform casing across all platforms
Init's lowercase-normalisation tests covered "Steam" / "STEAM" / "steam"
but not the other four public DistributionPlatforms values (Epic, GOG,
Itch, Standalone). Adding a sixth platform would land without coverage.
Add a parametrised Init_LowercasesDistributionPlatform_AcrossAllPublicValues
test that takes each public DistributionPlatforms constant, uppercases
it, runs Init, and asserts the canonical lowercase form is restored.
Follow-up to SDK-272 (centralisation of duplicated literals).1 parent ba8c062 commit f4a0520
1 file changed
Lines changed: 15 additions & 0 deletions
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1151 | 1151 | | |
1152 | 1152 | | |
1153 | 1153 | | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
1154 | 1169 | | |
1155 | 1170 | | |
1156 | 1171 | | |
| |||
0 commit comments