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