Commit 5cdc9e5
committed
refactor: simplify PlayerServiceTests and make environment configurable
Remove unnecessary IDisposable pattern from PlayerServiceTests since
there's no cleanup needed after removing environment variable dependency.
Add optional environmentName parameter to PlayerMocks.InitServiceMocks()
to enable testing environment-specific behavior.
Changes:
- Remove IDisposable implementation from PlayerServiceTests
- Add environmentName parameter to InitServiceMocks (defaults to Development)1 parent a8a6dd0 commit 5cdc9e5
2 files changed
Lines changed: 3 additions & 19 deletions
File tree
- test/Dotnet.Samples.AspNetCore.WebApi.Tests
- Unit
- Utilities
Lines changed: 1 addition & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
331 | 329 | | |
332 | 330 | | |
333 | 331 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | 332 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments