| 72 | |
| 73 | protected: |
| 74 | static void SetUpTestCase() |
| 75 | { |
| 76 | gOpenRCT2Headless = true; |
| 77 | gOpenRCT2NoGraphics = true; |
| 78 | _context = CreateContext(); |
| 79 | ASSERT_TRUE(_context->Initialise()); |
| 80 | |
| 81 | LanguageOpen(LANGUAGE_ENGLISH_UK); |
| 82 | } |
| 83 | |
| 84 | static void TearDownTestCase() |
| 85 | { |
nothing calls this directly
no test coverage detected