MCPcopy Index your code
hub / github.com/buildbot/buildbot / TestDescriptor

Class TestDescriptor

www/data-module/src/data/DataCollection.test.ts:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32class TestDescriptor implements IDataDescriptor<TestDataClass> {
33 restArrayField = "tests";
34 fieldId: string = 'testid';
35
36 parse(accessor: BaseDataAccessor, object: any) {
37 return new TestDataClass(accessor, object);
38 }
39}
40
41describe('DataCollection', () => {
42 function createCollection(restPath: string, query: Query) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected