Returns true iff the current test was skipped.
| 4024 | |
| 4025 | // Returns true iff the current test was skipped. |
| 4026 | bool Test::IsSkipped() { |
| 4027 | return internal::GetUnitTestImpl()->current_test_result()->Skipped(); |
| 4028 | } |
| 4029 | |
| 4030 | // class TestInfo |
| 4031 |
nothing calls this directly
no test coverage detected