Gets the name of the source file where the test part took place, or NULL if it's unknown.
| 11729 | // Gets the name of the source file where the test part took place, or |
| 11730 | // NULL if it's unknown. |
| 11731 | const char* file_name() const { |
| 11732 | return file_name_.empty() ? nullptr : file_name_.c_str(); |
| 11733 | } |
| 11734 | |
| 11735 | // Gets the line in the source file where the test part took place, |
| 11736 | // or -1 if it's unknown. |
nothing calls this directly
no outgoing calls
no test coverage detected