Sets parameter value. The caller is responsible for making sure the value remains alive and unchanged throughout the current test.
| 14303 | // Sets parameter value. The caller is responsible for making sure the value |
| 14304 | // remains alive and unchanged throughout the current test. |
| 14305 | static void SetParam(const ParamType* parameter) { |
| 14306 | parameter_ = parameter; |
| 14307 | } |
| 14308 | |
| 14309 | // Static value used for accessing parameter during a test lifetime. |
| 14310 | static const ParamType* parameter_; |
nothing calls this directly
no outgoing calls
no test coverage detected