* Get a resource reader for the resources of the project * * @returns {@ui5/fs/ReaderCollection} Reader collection
()
| 171 | * @returns {@ui5/fs/ReaderCollection} Reader collection |
| 172 | */ |
| 173 | _getSourceReader() { |
| 174 | throw new Error(`_getSourceReader must be implemented by subclass ${this.constructor.name}`); |
| 175 | } |
| 176 | |
| 177 | /** |
| 178 | * Get a resource reader for the test resources of the project |