Returns the result of the test.
| 13205 | |
| 13206 | // Returns the result of the test. |
| 13207 | const TestResult* result() const { return &result_; } |
| 13208 | |
| 13209 | private: |
| 13210 | #if GTEST_HAS_DEATH_TEST |
nothing calls this directly
no outgoing calls
no test coverage detected