Creates an empty UnitTest.
| 6399 | |
| 6400 | // Creates an empty UnitTest. |
| 6401 | UnitTest::UnitTest() { |
| 6402 | impl_ = new internal::UnitTestImpl(this); |
| 6403 | } |
| 6404 | |
| 6405 | // Destructor of UnitTest. |
| 6406 | UnitTest::~UnitTest() { |
nothing calls this directly
no outgoing calls
no test coverage detected