-----------------------------------------------------------------------------
| 19 | |
| 20 | //----------------------------------------------------------------------------- |
| 21 | int _tmain(int argc, _TCHAR* argv[]) |
| 22 | { |
| 23 | ::testing::InitGoogleMock(&argc, argv); |
| 24 | return RUN_ALL_TESTS(); |
| 25 | } |
nothing calls this directly
no outgoing calls
no test coverage detected