Skip to main content

5 docs tagged with "Assert"

View All Tags

assert

assert is defined as: Node.js Module to Unit Test validity of operations. Topics on: assert.equal(), assert.deepEqual(), assert.deepStrictEqual(), assert.strict

assert.deepEqual()

assert.deepEqual() is defined as: assert Static Method to deeply compare == nested objects. Topics on: . Read more: JS, Nodejs, Node Stack, Assert, Static Metho

assert.equal()

assert.equal() is defined as: !legacy assert Static Method to test == loose equality. Topics on: assert.equal(Test Expression, Expected Value): AssertionError i

assert.throws()

assert.throws() is defined as: assert Static Method to complain if Callback Function Parameter does not throw Exception. Topics on: . Read more: JS, Nodejs, Nod

AssertionError

AssertionError is defined as: Error thrown by assert Module for failure of assertion. Topics on: . Read more: JS, Nodejs, Node Stack, Assert, Error, Module|Wiki