Returns the file name where this test is defined.
| 13171 | |
| 13172 | // Returns the file name where this test is defined. |
| 13173 | const char* file() const { return location_.file.c_str(); } |
| 13174 | |
| 13175 | // Returns the line where this test is defined. |
| 13176 | int line() const { return location_.line; } |
nothing calls this directly
no outgoing calls
no test coverage detected