| 14131 | return ( properties & IsHidden ) != 0; |
| 14132 | } |
| 14133 | bool TestCaseInfo::throws() const { |
| 14134 | return ( properties & Throws ) != 0; |
| 14135 | } |
| 14136 | bool TestCaseInfo::okToFail() const { |
| 14137 | return ( properties & (ShouldFail | MayFail ) ) != 0; |
| 14138 | } |