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

Function testBasicGraphCreationBfs

test/lib/graph/graphFromObject.js:169–171  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

167/* ======= The following tests have been derived from the existing projectPreprocessor tests ======= */
168
169function testBasicGraphCreationBfs(...args) {
170 return _testBasicGraphCreation(...args, true);
171}
172
173function testBasicGraphCreationDfs(...args) {
174 return _testBasicGraphCreation(...args, false);

Callers 1

graphFromObject.jsFile · 0.85

Calls 1

_testBasicGraphCreationFunction · 0.85

Tested by

no test coverage detected