| 323 | } |
| 324 | |
| 325 | inline GTestConvertor::GTestConvertor(bool shouldSimulateFailureAtCreationToAllocateThreadLocalData) : first_(NULL) |
| 326 | { |
| 327 | if (shouldSimulateFailureAtCreationToAllocateThreadLocalData) |
| 328 | simulateGTestFailureToPreAllocateAllTheThreadLocalData(); |
| 329 | reporter_ = new GTestResultReporter(); |
| 330 | } |
| 331 | |
| 332 | inline GTestConvertor::~GTestConvertor() |
| 333 | { |
nothing calls this directly
no outgoing calls
no test coverage detected