Accessors for the implementation object.
| 13849 | |
| 13850 | // Accessors for the implementation object. |
| 13851 | internal::UnitTestImpl* impl() { return impl_; } |
| 13852 | const internal::UnitTestImpl* impl() const { return impl_; } |
| 13853 | |
| 13854 | // These classes and functions are friends as they need to access private |
no outgoing calls
no test coverage detected