Commit 7749d7f
committed
Refactor test env setup to use SetUpFixture
Renamed ATestEnv to TestBootstrap and replaced [TestFixture] with [SetUpFixture] to provide global test setup. Renamed DumpPaths to RunFirst and updated it to use [OneTimeSetUp] so it runs once before all tests. Method functionality remains unchanged.1 parent bfdad94 commit 7749d7f
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments