| 13891 | return ( properties & IsHidden ) != 0; |
| 13892 | } |
| 13893 | bool TestCaseInfo::throws() const { |
| 13894 | return ( properties & Throws ) != 0; |
| 13895 | } |
| 13896 | bool TestCaseInfo::okToFail() const { |
| 13897 | return ( properties & (ShouldFail | MayFail ) ) != 0; |
| 13898 | } |