Accessors for the implementation object.
| 18666 | |
| 18667 | // Accessors for the implementation object. |
| 18668 | internal::UnitTestImpl* impl() { return impl_; } |
| 18669 | const internal::UnitTestImpl* impl() const { return impl_; } |
| 18670 | |
| 18671 | // These classes and funcions are friends as they need to access private |
no outgoing calls
no test coverage detected