Sets the should_run member.
| 13366 | |
| 13367 | // Sets the should_run member. |
| 13368 | void set_should_run(bool should) { should_run_ = should; } |
| 13369 | |
| 13370 | // Adds a TestInfo to this test suite. Will delete the TestInfo upon |
| 13371 | // destruction of the TestSuite object. |
nothing calls this directly
no outgoing calls
no test coverage detected