Returns true iff test is disabled.
| 13421 | |
| 13422 | // Returns true iff test is disabled. |
| 13423 | static bool TestDisabled(const TestInfo* test_info) { |
| 13424 | return test_info->is_disabled_; |
| 13425 | } |
| 13426 | |
| 13427 | // Returns true iff this test will appear in the XML report. |
| 13428 | static bool TestReportable(const TestInfo* test_info) { |
nothing calls this directly
no outgoing calls
no test coverage detected