| 77 | } |
| 78 | |
| 79 | std::shared_ptr<PropertyValidator> getValidator() const { |
| 80 | return *validator_; |
| 81 | } |
| 82 | |
| 83 | ValidationResult validate(const std::string &subject) const { |
| 84 | return validator_.validate(subject, getValue()); |
no outgoing calls
no test coverage detected