h2
“assertion assert” Members
h2
“assertion bool” Members
h2
“assertion chaining” Members
h2
“assertion contain” Members
h2
“assertion equality” Members
h2
“assertion errors” Members
h2
“assertion es6” Members
h2
“assertion http” Members
h2
“assertion matching” Members
h2
“assertion numbers” Members
h2
“assertion promises” Members
h2
“assertion property” Members
h2
“assertion strings” Members
h2
“assertion stubs” Members
h2
“assertion types” Members
h3
Assertion#instanceof(constructor, [description])
h3
Assertion#calledWith(args)
h3
Assertion#calledWithExactly(args)
h3
Assertion#calledWithMatch(args)
h3
Assertion#neverCalledWith(args)
h3
Assertion#calledWithNew()
h3
Assertion#neverCalledWithMatch(args)
h3
Assertion#type(type, [description])
h3
Assertion#alwaysCalledOn(obj)
h3
Assertion#alwaysCalledWith(args)
h3
Assertion#alwaysCalledWithExactly(args)
h3
Assertion#alwaysCalledWithMatch(args)
h3
Assertion#alwaysCalledWithNew()
h3
Assertion#alwaysThrew(ex)
h3
Assertion#callCount(count)
h3
Assertion#calledOn(obj)
h3
Assertion#calledOnce()
h3
Assertion#calledThrice()
h3
Assertion#calledTwice()
h3
Assertion#endWith(str, [description])
h3
Assertion#value(key, value)
h3
Assertion#startWith(str, [description])
h3
Assertion#property(name, [val])
h3
Assertion#propertyByPath(properties)
h3
Assertion#propertyWithDescriptor(name, desc)
h3
Assertion#properties(names)
h3
Assertion#ownProperty(name, [description])
h3
Assertion#length(n, [description])
h3
Assertion#within(start, finish, [description])
h3
Assertion#belowOrEqual(n, [description])
h3
Assertion#approximately(value, delta, [description])
h3
Assertion#below(n, [description])
h3
Assertion#fulfilledWith()
h3
Assertion#rejectedWith()
h3
Assertion#matchEach(other, [description])
h3
Assertion#above(n, [description])
h3
Assertion#aboveOrEqual(n, [description])
h3
Assertion#match(other, [description])
h3
Assertion#matchAny(other, [description])
h3
Assertion#contentType(type, [charset])
h3
Assertion#throw([message], [properties])
h3
Assertion#equal(val, [description])
h3
Assertion#equalOneOf(vals)
h3
Assertion#eql(val, [description])
h3
Assertion#containDeepOrdered(other)
h3
Assertion#containEql(other)
h3
Assertion#containDeep(other)
h3
Assertion#false([message])
h3
Assertion#true([message])
h3
should.notStrictEqual(actual, expected, [message])
h3
should.ok(value, [message])
h3
should.strictEqual(actual, expected, [message])
h3
should.throws(block, [error], [message])
h3
should.fail(actual, expected, message, operator)
h3
should.notDeepEqual(actual, expected, [message])
h3
should.notEqual(actual, expected, [message])
h3
should.deepEqual(actual, expected, [message])
h3
should.doesNotThrow(block, [message])
h3
should.equal(actual, expected, [message])
h3
Assertion#assert(expr)
h3
should.AssertionError(options)
h3
should.extend([propertyName], [proto])
h3
should.noConflict([desc])
h3
Assertion.add(name, func)
h3
Assertion.addChain(name, [onCall])
h3
Assertion.alias(from, to)
h3
PromisedAssertion(obj)