Returns the line where this test is defined.
| 13174 | |
| 13175 | // Returns the line where this test is defined. |
| 13176 | int line() const { return location_.line; } |
| 13177 | |
| 13178 | // Return true if this test should not be run because it's in another shard. |
| 13179 | bool is_in_another_shard() const { return is_in_another_shard_; } |
nothing calls this directly
no outgoing calls
no test coverage detected