(validator)
| 559 | } |
| 560 | |
| 561 | validator(validator) { |
| 562 | |
| 563 | Hoek.assert(!this.realm.validator, 'Validator already set'); |
| 564 | |
| 565 | this.realm.validator = Validation.validator(validator); |
| 566 | } |
| 567 | |
| 568 | start() { |
| 569 |
no outgoing calls
no test coverage detected