Home
last modified time | relevance | path

Searched refs:testBlockTypeError (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-assert.js411 const testBlockTypeError = (method, fn) => { function
423 testBlockTypeError(assert.throws, 'string');
424 testBlockTypeError(assert.doesNotThrow, 'string');
425 testBlockTypeError(assert.throws, 1);
426 testBlockTypeError(assert.doesNotThrow, 1);
427 testBlockTypeError(assert.throws, true);
428 testBlockTypeError(assert.doesNotThrow, true);
429 testBlockTypeError(assert.throws, false);
430 testBlockTypeError(assert.doesNotThrow, false);
431 testBlockTypeError(assert.throws, []);
[all …]