| 13553 | return ( properties & IsHidden ) != 0; |
| 13554 | } |
| 13555 | bool TestCaseInfo::throws() const { |
| 13556 | return ( properties & Throws ) != 0; |
| 13557 | } |
| 13558 | bool TestCaseInfo::okToFail() const { |
| 13559 | return ( properties & (ShouldFail | MayFail ) ) != 0; |
| 13560 | } |