Commit 19202bf
committed
Add tests for application parameter registration
Implemented two new test methods in `RegisterParameterTests.cs`:
- `RegisterApplicationParameterTest`: Verifies correct registration of application parameters with specific environment names.
- `RegisterApplicationEncryptedParameterTest`: Ensures encrypted application parameters are registered correctly.
Both methods are marked with `[DoNotParallelize]` for test execution control.1 parent 46225fd commit 19202bf
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
0 commit comments