| 11742 | return ( properties & IsHidden ) != 0; |
| 11743 | } |
| 11744 | bool TestCaseInfo::throws() const { |
| 11745 | return ( properties & Throws ) != 0; |
| 11746 | } |
| 11747 | bool TestCaseInfo::okToFail() const { |
| 11748 | return ( properties & (ShouldFail | MayFail ) ) != 0; |
| 11749 | } |