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

Method GTestShell

include/CppUTestExt/GTestConvertor.h:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248};
249
250inline GTestShell::GTestShell(::testing::TestInfo* testinfo, GTestShell* next, GTestFlagsThatAllocateMemory* flags) : testinfo_(testinfo), next_(next), flags_(flags)
251{
252 setGroupName(testinfo->test_case_name());
253 setTestName(testinfo->name());
254}
255
256class GTestUTest: public Utest {
257public:

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected