Returns true iff test_suite contains at least one test that should run.
| 1864 | // Returns true iff test_suite contains at least one test that should |
| 1865 | // run. |
| 1866 | static bool ShouldRunTestSuite(const TestSuite* test_suite) { |
| 1867 | return test_suite->should_run(); |
| 1868 | } |
| 1869 | |
| 1870 | // AssertHelper constructor. |
| 1871 | AssertHelper::AssertHelper(TestPartResult::Type type, |
nothing calls this directly
no outgoing calls
no test coverage detected