Sets the TestSuite object for the test that's currently running.
| 1090 | |
| 1091 | // Sets the TestSuite object for the test that's currently running. |
| 1092 | void set_current_test_suite(TestSuite* a_current_test_suite) { |
| 1093 | current_test_suite_ = a_current_test_suite; |
| 1094 | } |
| 1095 | |
| 1096 | // Sets the TestInfo object for the test that's currently running. If |
| 1097 | // current_test_info is NULL, the assertion results will be stored in |
nothing calls this directly
no outgoing calls
no test coverage detected