Home
last modified time | relevance | path

Searched refs:testShortAssertionMessage (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-assert.js332 function testShortAssertionMessage(actual, expected) { function
337 testShortAssertionMessage(null, 'null');
338 testShortAssertionMessage(true, 'true');
339 testShortAssertionMessage(false, 'false');
340 testShortAssertionMessage(100, '100');
341 testShortAssertionMessage(NaN, 'NaN');
342 testShortAssertionMessage(Infinity, 'Infinity');
343 testShortAssertionMessage('a', '"a"');
344 testShortAssertionMessage('foo', '\'foo\'');
345 testShortAssertionMessage(
[all...]

Completed in 1 milliseconds