Destructor of UnitTest.
| 6404 | |
| 6405 | // Destructor of UnitTest. |
| 6406 | UnitTest::~UnitTest() { |
| 6407 | delete impl_; |
| 6408 | } |
| 6409 | |
| 6410 | // Pushes a trace defined by SCOPED_TRACE() on to the per-thread |
| 6411 | // Google Test trace stack. |
nothing calls this directly
no outgoing calls
no test coverage detected