| 288 | } |
| 289 | |
| 290 | ValidationSummary EvaluatorHost::ValidateBook(const std::string& bookDir) |
| 291 | { |
| 292 | EnsureInitialized(); |
| 293 | return validateBook(bookDir, _state, _verbose); |
| 294 | } |
| 295 | |
| 296 | ValidationSummary EvaluatorHost::ValidateRef(const std::string& refDir) |
| 297 | { |
no test coverage detected