MCPcopy Create free account

hub / github.com/Shinobi881/Spec_runner / functions

Functions137 in github.com/Shinobi881/Spec_runner

FunctionNyanCat
* Initialize a new `Dot` matrix test reporter. * * @param {Runner} runner * @api public
lib/bower_components/mocha/mocha.js:3412
FunctionProgress
* Initialize a new `Progress` indicator.
lib/bower_components/mocha/mocha.js:618
FunctionRunnable
* 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
FunctionRunner
* Initialize a `Runner` for the given `suite`. * * Events: * * - `start` execution started * - `end` execution complete * - `suite` (su
lib/bower_components/mocha/mocha.js:4324
FunctionSpec
* Initialize a new `Spec` test reporter. * * @param {Runner} runner * @api public
lib/bower_components/mocha/mocha.js:3776
FunctionSuite
* 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
FunctionTAP
* Initialize a new `TAP` reporter. * * @param {Runner} runner * @api public
lib/bower_components/mocha/mocha.js:3871
FunctionTest
* 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
FunctionXUnit
* 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
FunctionaddProperty
(property)
lib/bower_components/chai/chai.js:3858
Functionan
* ### .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
Functionassert
()
lib/bower_components/chai/chai.js:3456
FunctionassertAbove
* ### .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
FunctionassertBelow
* ### .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
FunctionassertEql
* ### .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
FunctionassertEqual
* ### .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
FunctionassertInstanceOf
* ### .instanceof(constructor) * * Asserts that the target is an instance of `constructor`. * * var Tea = function (name) { this.name
lib/bower_components/chai/chai.js:1614
FunctionassertKeys
* ### .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
FunctionassertLeast
* ### .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
FunctionassertLength
(n, msg)
lib/bower_components/chai/chai.js:1779
FunctionassertLengthChain
* ### .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
FunctionassertMost
* ### .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
FunctionassertOwnProperty
* ### .ownProperty(name) * * Asserts that the target has an own property `name`. * * expect('test').to.have.ownProperty('length');
lib/bower_components/chai/chai.js:1736
FunctionassertThrows
* ### .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
FunctioncheckArguments
* ### .arguments * * Asserts that the target is an arguments object. * * function test () { * expect(arguments).to.be.argumen
lib/bower_components/chai/chai.js:1275
FunctioncleanUp
(line)
lib/bower_components/mocha/mocha.js:2198
FunctioncoverageClass
* Return coverage class for `n`. * * @return {String} * @api private
lib/bower_components/mocha/mocha.js:2473
Functionignored
* Ignored files.
lib/bower_components/mocha/mocha.js:5331
Functioninclude
(val, msg)
lib/bower_components/chai/chai.js:1087
FunctionincludeChainingBehavior
* ### .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
FunctionloadShould
()
lib/bower_components/chai/chai.js:3322
FunctionlocalRequire
* The relative require() itself.
lib/bower_components/chai/chai.js:169
FunctionnotBlank
(line)
lib/bower_components/mocha/mocha.js:2208
Functiontimeslice
()
lib/bower_components/mocha/mocha.js:5528
Functionuncaught
(err)
lib/bower_components/mocha/mocha.js:4780
Functionvisit
(obj)
lib/bower_components/mocha/mocha.js:1054
← previous101–137 of 137, ranked by callers