Searched defs:notStrictEqual (Results 1 – 2 of 2) sorted by relevance
37 notStrictEqual: 'Expected "actual" to be strictly unequal to:', property
587 assert.notStrictEqual = function notStrictEqual(actual, expected, message) { function