TestContextAssert
Properties
Identical to the deepEqual
function from the node:assert
module, but bound to the test context.
Identical to the deepStrictEqual
function from the node:assert
module, but bound to the test context.
Identical to the doesNotMatch
function from the node:assert
module, but bound to the test context.
Identical to the doesNotReject
function from the node:assert
module, but bound to the test context.
Identical to the doesNotThrow
function from the node:assert
module, but bound to the test context.
Identical to the equal
function from the node:assert
module, but bound to the test context.
Identical to the fail
function from the node:assert
module, but bound to the test context.
Identical to the ifError
function from the node:assert
module, but bound to the test context.
Identical to the match
function from the node:assert
module, but bound to the test context.
Identical to the notDeepEqual
function from the node:assert
module, but bound to the test context.
Identical to the notDeepStrictEqual
function from the node:assert
module, but bound to the test context.
Identical to the notEqual
function from the node:assert
module, but bound to the test context.
Identical to the notStrictEqual
function from the node:assert
module, but bound to the test context.
Identical to the ok
function from the node:assert
module, but bound to the test context.
Identical to the rejects
function from the node:assert
module, but bound to the test context.
Identical to the strictEqual
function from the node:assert
module, but bound to the test context.
Identical to the throws
function from the node:assert
module, but bound to the test context.