Lines Matching refs:testShortAssertionMessage
332 function testShortAssertionMessage(actual, expected) {
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(0, '0');
346 testShortAssertionMessage(Symbol(), 'Symbol()');
347 testShortAssertionMessage(undefined, 'undefined');
348 testShortAssertionMessage(-Infinity, '-Infinity');