Searched refs:notStrictEqual (Results 1 – 14 of 14) sorted by relevance
3 import { notStrictEqual, strictEqual } from 'assert'28 notStrictEqual,
15 notStrictEqual: (a, b) => {
2 shim.assert.notStrictEqual(actual, expected, message);
772 assert.notStrictEqual(numbers, shuffled, 'original object is unmodified');790 …assert.notStrictEqual(_.sample([], 5), [], 'sampling empty array with a number returns an empty ar…791 …assert.notStrictEqual(_.sample([1, 2, 3], 0), [], 'sampling an array with 0 picks returns an empty…803 assert.notStrictEqual(_.toArray(a), a, 'array is cloned');
192 assert.notStrictEqual(escaped.indexOf('&'), -1, 'handles & aka &');
173 assert.notStrictEqual(myObj, void 0, 'object is created if second argument used as key');
2771 assert.notStrictEqual(actual, cyclical['v' + (LARGE_ARRAY_SIZE - 1)]);2801 assert.notStrictEqual(actual, object);2814 assert.notStrictEqual(actual, arrayBuffer);2830 assert.notStrictEqual(actual, buffer);2924 assert.notStrictEqual(actual, object);2951 assert.notStrictEqual(actual[symbol], object[symbol]);2952 assert.notStrictEqual(actual.a, object.a);2979 assert.notStrictEqual(actual, object);3063 assert.notStrictEqual(actual, object);3083 assert.notStrictEqual(actual, view);[all …]
801 assert.notStrictEqual(actual, array);823 assert.notStrictEqual(actual, array);
1 …notStrictEqual(t,e,i)}function u(t,e){e.assert.strictEqual(typeof t,"string")}function p(t){return…
27571 assert.notStrictEqual = function notStrictEqual(actual, expected, message) {27573 fail(actual, expected, message, '!==', assert.notStrictEqual);
13 …n){t!==e&&a(t,e,n,"===",v.strictEqual)},v.notStrictEqual=function(t,e,n){t===e&&a(t,e,n,"!==",v.no… function in v
1 …notStrictEqual","doesNotThrow","ifError","dimensions","DEFAULT_MARGINS","SIZES","resources","ProcS…
318 assert.notStrictEqual = function notStrictEqual(actual, expected, message) {329 stackStartFn: notStrictEqual647 notEqual: assert.notStrictEqual,735 notStrictEqual: 'Expected "actual" to be strictly unequal to:',
2 …notStrictEqual=function notStrictEqual(r,i,o){if(arguments.length<2)throw new P("actual","expected… property