| 150 | } |
| 151 | |
| 152 | bool TestFile::parseAndWait(TopDUContext::Features features, int priority, int timeout) |
| 153 | { |
| 154 | parse(features, priority); |
| 155 | return waitForParsed(timeout); |
| 156 | } |
| 157 | |
| 158 | bool TestFile::waitForParsed(int timeout) |
| 159 | { |
no test coverage detected