| 47 | } |
| 48 | |
| 49 | void AddTest(const char* name, void (*body)(TTestContext&), bool forceFork) override { |
| 50 | Test.Tests.push_back(TBaseTestCase(name, body, forceFork)); |
| 51 | } |
| 52 | |
| 53 | TCurrentTest Test; |
| 54 | }; |
nothing calls this directly
no test coverage detected