| 256 | class GTestUTest: public Utest { |
| 257 | public: |
| 258 | GTestUTest(::testing::TestInfo* testinfo, GTestFlagsThatAllocateMemory* flags) : testinfo_(testinfo), test_(NULL), flags_(flags) |
| 259 | { |
| 260 | |
| 261 | } |
| 262 | |
| 263 | void testBody() |
| 264 | { |
nothing calls this directly
no outgoing calls
no test coverage detected