Returns true iff this test will appear in the XML report.
| 13426 | |
| 13427 | // Returns true iff this test will appear in the XML report. |
| 13428 | static bool TestReportable(const TestInfo* test_info) { |
| 13429 | return test_info->is_reportable(); |
| 13430 | } |
| 13431 | |
| 13432 | // Returns true if the given test should run. |
| 13433 | static bool ShouldRunTest(const TestInfo* test_info) { |
nothing calls this directly
no outgoing calls
no test coverage detected