MCPcopy Create free account
hub / github.com/SAP/ui5-project / _getTestReader

Method _getTestReader

lib/specifications/ComponentProject.js:182–184  ·  view source on GitHub ↗

* Get a resource reader for the test resources of the project * * @returns {@ui5/fs/ReaderCollection} Reader collection

()

Source from the content-addressed store, hash-verified

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

Callers 1

_getReaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected