| 13559 | return ( properties & (ShouldFail | MayFail ) ) != 0; |
| 13560 | } |
| 13561 | bool TestCaseInfo::expectedToFail() const { |
| 13562 | return ( properties & (ShouldFail ) ) != 0; |
| 13563 | } |
| 13564 | |
| 13565 | std::string TestCaseInfo::tagsAsString() const { |
| 13566 | std::string ret; |