-----------------------------------------------------------------------------
| 21 | |
| 22 | //----------------------------------------------------------------------------- |
| 23 | int _tmain(int argc, _TCHAR* argv[]) |
| 24 | { |
| 25 | Tools::EnableLogger(false); |
| 26 | ::testing::InitGoogleMock(&argc, argv); |
| 27 | return RUN_ALL_TESTS(); |
| 28 | } |
| 29 |
nothing calls this directly
no test coverage detected