MCPcopy Create free account
hub / github.com/cpputest/cpputest / GTestConvertor

Method GTestConvertor

include/CppUTestExt/GTestConvertor.h:325–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325inline GTestConvertor::GTestConvertor(bool shouldSimulateFailureAtCreationToAllocateThreadLocalData) : first_(NULL)
326{
327 if (shouldSimulateFailureAtCreationToAllocateThreadLocalData)
328 simulateGTestFailureToPreAllocateAllTheThreadLocalData();
329 reporter_ = new GTestResultReporter();
330}
331
332inline GTestConvertor::~GTestConvertor()
333{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected