| 248 | }; |
| 249 | |
| 250 | inline 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 | |
| 256 | class GTestUTest: public Utest { |
| 257 | public: |