| 179 | } |
| 180 | |
| 181 | ReferencedTopDUContext TestFile::topContext() |
| 182 | { |
| 183 | Q_D(TestFile); |
| 184 | |
| 185 | waitForParsed(); |
| 186 | return d->topContext; |
| 187 | } |
| 188 | |
| 189 | void TestFile::setFileContents(const QString& contents) |
| 190 | { |
no outgoing calls
no test coverage detected