Returns the test name.
| 13154 | |
| 13155 | // Returns the test name. |
| 13156 | const char* name() const { return name_.c_str(); } |
| 13157 | |
| 13158 | // Returns the name of the parameter type, or NULL if this is not a typed |
| 13159 | // or a type-parameterized test. |
nothing calls this directly
no outgoing calls
no test coverage detected