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