MCPcopy Index your code

hub / github.com/JacksonTian/eventproxy / functions

Functions150 in github.com/JacksonTian/eventproxy

↓ 1 callersFunctionparsePath
(path)
test/chai.js:2782
↓ 1 callersFunctionreduceToSingleString
(output, base, braces)
test/chai.js:3167
↓ 1 callersFunctions
(a)
test/sea.js:18
↓ 1 callersFunctionstringifyTOC
(obj, level)
test/mocha.js:2723
↓ 1 callersFunctiontrimDots
* Trims the . and .. from an array of path segments. * It will keep a leading path segment if a .. will become * the first path segm
test/require.js:216
FunctionAssertion
(obj, msg, stack)
test/chai.js:86
FunctionAssertionError
(options)
test/chai.js:1178
FunctionBase
* Initialize a new `Base` reporter. * * All other reporters generally * inherit from this reporter, providing * stats such as test duration, numbe
test/mocha.js:1565
FunctionContext
* Initialize a new `Context`. * * @api private
test/mocha.js:407
FunctionDoc
* Initialize a new `Doc` reporter. * * @param {Runner} runner * @api public
test/mocha.js:1749
FunctionDot
* Initialize a new `Dot` matrix test reporter. * * @param {Runner} runner * @api public
test/mocha.js:1809
FunctionEventEmitter
* Event emitter constructor. * * @api public
test/mocha.js:86
FunctionHTML
* Initialize a new `Doc` reporter. * * @param {Runner} runner * @api public
test/mocha.js:1953
FunctionHTMLCov
* Initialize a new `JsCoverage` reporter. * * @param {Runner} runner * @api public
test/mocha.js:1876
FunctionHook
* Initialize a new `Hook` with the given `title` and callback `fn`. * * @param {String} title * @param {Function} fn * @api private
test/mocha.js:488
FunctionJSONCov
* Initialize a new `JsCoverage` reporter. * * @param {Runner} runner * @param {Boolean} output * @api public
test/mocha.js:2212
FunctionJSONReporter
* Initialize a new `JSON` reporter. * * @param {Runner} runner * @api public
test/mocha.js:2444
FunctionLanding
* Initialize a new `Landing` reporter. * * @param {Runner} runner * @api public
test/mocha.js:2545
FunctionList
* Initialize a new `List` test reporter. * * @param {Runner} runner * @api public
test/mocha.js:2369
FunctionMarkdown
* Initialize a new `Markdown` reporter. * * @param {Runner} runner * @api public
test/mocha.js:2697
FunctionMin
* Initialize a new `Min` minimal test reporter (best used with --watch). * * @param {Runner} runner * @api public
test/mocha.js:2792
FunctionMocha
* Setup mocha with `options`. * * Options: * * - `ui` name "bdd", "tdd", "exports" etc * - `reporter` reporter instance, defaults to `mocha.r
test/mocha.js:1016
FunctionNyanCat
* Initialize a new `Dot` matrix test reporter. * * @param {Runner} runner * @api public
test/mocha.js:2836
FunctionProgress
* Initialize a new `Progress` indicator.
test/mocha.js:265
FunctionRunnable
* Initialize a new `Runnable` with the given `title` and callback `fn`. * * @param {String} title * @param {Function} fn * @api private
test/mocha.js:3561
FunctionRunner
* Initialize a `Runner` for the given `suite`. * * Events: * * - `start` execution started * - `end` execution complete * - `suite` (su
test/mocha.js:3798
FunctionSpec
* Initialize a new `Spec` test reporter. * * @param {Runner} runner * @api public
test/mocha.js:3194
FunctionSuite
* Initialize a new `Suite` with the given * `title` and `ctx`. * * @param {String} title * @param {Context} ctx * @api private
test/mocha.js:4333
FunctionTAP
* Initialize a new `TAP` reporter. * * @param {Runner} runner * @api public
test/mocha.js:3287
FunctionTeamcity
* Initialize a new `Teamcity` reporter. * * @param {Runner} runner * @api public
test/mocha.js:3352
FunctionTest
* Initialize a new `Test` with the given `title` and callback `fn`. * * @param {String} title * @param {Function} fn * @api private
test/mocha.js:4608
FunctionXUnit
* Initialize a new `XUnit` reporter. * * @param {Runner} runner * @api public
test/mocha.js:3433
Function_all
(event)
lib/eventproxy.js:275
Function_assign
(eventname1, eventname2, cb, once)
lib/eventproxy.js:238
Function_super
()
test/chai.js:3252
Functionall
(name, data)
lib/eventproxy.js:381
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 (as revealed
test/chai.js:272
Functionassert
()
test/chai.js:2375
FunctioncheckArguments
* ### .arguments * * Asserts that the target is an arguments object. * * function test () { * expect(arguments).to.be.arguments; *
test/chai.js:534
FunctioncoverageClass
* Return coverage class for `n`. * * @return {String} * @api private
test/mocha.js:1900
Functionignored
* Ignored files.
test/mocha.js:4770
Functioninclude
(val)
test/chai.js:312
FunctionincludeChainingBehavior
* ### .include(value) * * The `include` and `contain` assertions can be used as either property * based language chains or as methods to assert the
test/chai.js:308
FunctionloadShould
()
test/chai.js:2270
FunctionnewContext
(contextName)
test/require.js:187
Functionnoop
()
test/mocha.js:3758
Functiontest
* Output tag for the given `test.`
test/mocha.js:3475
Functionuncaught
(err)
test/mocha.js:4237
Functionvisit
(obj)
test/mocha.js:690
Functionwrapper
()
lib/eventproxy.js:198
← previous101–150 of 150, ranked by callers