Accessors for the implementation object.
| 18227 | |
| 18228 | // Accessors for the implementation object. |
| 18229 | internal::UnitTestImpl* impl() { return impl_; } |
| 18230 | const internal::UnitTestImpl* impl() const { return impl_; } |
| 18231 | |
| 18232 | // These classes and funcions are friends as they need to access private |
no outgoing calls
no test coverage detected