API Docs for: 0.9.3
Show:

Config Class

Extends Base
Defined in: lib/config.js:12

Methods

augment

()

Defined in lib/config.js:92

Augments the data with default values

getCoverage

() Coverage

Defined in lib/config.js:154

Gets the coverage options

Returns:

getListener

() Object[]

Defined in lib/config.js:144

Gets the listener configuration

Returns:

getOptions

() Object

Defined in lib/config.js:51

Gets the options

Returns:

getPlugins

() String[]

Defined in lib/config.js:164

Gets the plugins configuration

Returns:

getReporter

() Object[]

Defined in lib/config.js:134

Gets the reporter configuration

Returns:

getReportManager

() Object

Defined in lib/config.js:124

Gets the report-manager configuration

Returns:

initialize

()

Defined in lib/config.js:36

Initializes the instance

isDebug

() Boolean

Defined in lib/config.js:102

Is application in debug mode?

Note: In debug mode, the clients are run in the same process.

Returns:

isVerbose

() Boolean

Defined in lib/config.js:114

Is application in verbose mode?

Returns:

toObject

() Object

Defined in lib/config.js:175

Exports data to an object

Returns:

validate

()

Defined in lib/config.js:62

Validates the data given

Properties

TYPE

String static

Defined in lib/config.js:189