| 50 | } |
| 51 | |
| 52 | bool cmTest::GetPropertyAsBool(std::string const& prop) const |
| 53 | { |
| 54 | return this->GetProperty(prop).IsOn(); |
| 55 | } |
| 56 | |
| 57 | void cmTest::SetProperty(std::string const& prop, cmValue value) |
| 58 | { |
nothing calls this directly
no test coverage detected