Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shinobi881/Spec_runner
/ functions
Functions
137 in github.com/Shinobi881/Spec_runner
⨍
Functions
137
◇
Types & classes
0
Function
NyanCat
* Initialize a new `Dot` matrix test reporter. * * @param {Runner} runner * @api public
lib/bower_components/mocha/mocha.js:3412
Function
Progress
* Initialize a new `Progress` indicator.
lib/bower_components/mocha/mocha.js:618
Function
Runnable
* Initialize a new `Runnable` with the given `title` and callback `fn`. * * @param {String} title * @param {Function} fn * @api private
lib/bower_components/mocha/mocha.js:4088
Function
Runner
* Initialize a `Runner` for the given `suite`. * * Events: * * - `start` execution started * - `end` execution complete * - `suite` (su
lib/bower_components/mocha/mocha.js:4324
Function
Spec
* Initialize a new `Spec` test reporter. * * @param {Runner} runner * @api public
lib/bower_components/mocha/mocha.js:3776
Function
Suite
* Initialize a new `Suite` with the given * `title` and `ctx`. * * @param {String} title * @param {Context} ctx * @api private
lib/bower_components/mocha/mocha.js:4891
Function
TAP
* Initialize a new `TAP` reporter. * * @param {Runner} runner * @api public
lib/bower_components/mocha/mocha.js:3871
Function
Test
* Initialize a new `Test` with the given `title` and callback `fn`. * * @param {String} title * @param {Function} fn * @api private
lib/bower_components/mocha/mocha.js:5168
Function
XUnit
* Initialize a new `XUnit` reporter. * * @param {Runner} runner * @api public
lib/bower_components/mocha/mocha.js:3958
Function
_super
()
lib/bower_components/chai/chai.js:4401
Function
addProperty
(property)
lib/bower_components/chai/chai.js:3858
Function
an
* ### .a(type) * * The `a` and `an` assertions are aliases that can be * used either as language chains or to assert a value's * type.
lib/bower_components/chai/chai.js:1048
Function
assert
()
lib/bower_components/chai/chai.js:3456
Function
assertAbove
* ### .above(value) * * Asserts that the target is greater than `value`. * * expect(10).to.be.above(5); * * Can also be used in
lib/bower_components/chai/chai.js:1384
Function
assertBelow
* ### .below(value) * * Asserts that the target is less than `value`. * * expect(5).to.be.below(10); * * Can also be used in con
lib/bower_components/chai/chai.js:1480
Function
assertEql
* ### .eql(value) * * Asserts that the target is deeply equal to `value`. * * expect({ foo: 'bar' }).to.eql({ foo: 'bar' }); *
lib/bower_components/chai/chai.js:1346
Function
assertEqual
* ### .equal(value) * * Asserts that the target is strictly equal (`===`) to `value`. * Alternately, if the `deep` flag is set, asserts that
lib/bower_components/chai/chai.js:1310
Function
assertInstanceOf
* ### .instanceof(constructor) * * Asserts that the target is an instance of `constructor`. * * var Tea = function (name) { this.name
lib/bower_components/chai/chai.js:1614
Function
assertKeys
* ### .keys(key1, [key2], [...]) * * Asserts that the target has exactly the given keys, or * asserts the inclusion of some keys when using t
lib/bower_components/chai/chai.js:1862
Function
assertLeast
* ### .least(value) * * Asserts that the target is greater than or equal to `value`. * * expect(10).to.be.at.least(10); * * Can
lib/bower_components/chai/chai.js:1432
Function
assertLength
(n, msg)
lib/bower_components/chai/chai.js:1779
Function
assertLengthChain
* ### .length(value) * * Asserts that the target's `length` property has * the expected value. * * expect([ 1, 2, 3]).to.have.lengt
lib/bower_components/chai/chai.js:1775
Function
assertMost
* ### .most(value) * * Asserts that the target is less than or equal to `value`. * * expect(5).to.be.at.most(5); * * Can also be
lib/bower_components/chai/chai.js:1528
Function
assertOwnProperty
* ### .ownProperty(name) * * Asserts that the target has an own property `name`. * * expect('test').to.have.ownProperty('length');
lib/bower_components/chai/chai.js:1736
Function
assertThrows
* ### .throw(constructor) * * Asserts that the function target will throw a specific error, or specific type of error * (as determined using
lib/bower_components/chai/chai.js:1949
Function
checkArguments
* ### .arguments * * Asserts that the target is an arguments object. * * function test () { * expect(arguments).to.be.argumen
lib/bower_components/chai/chai.js:1275
Function
cleanUp
(line)
lib/bower_components/mocha/mocha.js:2198
Function
coverageClass
* Return coverage class for `n`. * * @return {String} * @api private
lib/bower_components/mocha/mocha.js:2473
Function
ignored
* Ignored files.
lib/bower_components/mocha/mocha.js:5331
Function
include
(val, msg)
lib/bower_components/chai/chai.js:1087
Function
includeChainingBehavior
* ### .include(value) * * The `include` and `contain` assertions can be used as either property * based language chains or as methods to asse
lib/bower_components/chai/chai.js:1083
Function
loadShould
()
lib/bower_components/chai/chai.js:3322
Function
localRequire
* The relative require() itself.
lib/bower_components/chai/chai.js:169
Function
notBlank
(line)
lib/bower_components/mocha/mocha.js:2208
Function
timeslice
()
lib/bower_components/mocha/mocha.js:5528
Function
uncaught
(err)
lib/bower_components/mocha/mocha.js:4780
Function
visit
(obj)
lib/bower_components/mocha/mocha.js:1054
← previous
101–137 of 137, ranked by callers