* Get a resource reader for the test resources of the project * * @returns {@ui5/fs/ReaderCollection} Reader collection
()
| 180 | * @returns {@ui5/fs/ReaderCollection} Reader collection |
| 181 | */ |
| 182 | _getTestReader() { |
| 183 | throw new Error(`_getTestReader must be implemented by subclass ${this.constructor.name}`); |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * Get a resource reader/writer for accessing and modifying a project's resources |