API Docs for: 0.9.1
Show:

JUnitLoader Class

Constructor

JUnitLoader

()

Methods

_completeEntry

(
  • reporter
  • stack
  • parentIds
)
private

Completes the current entry

Parameters:

_createNewStub

() Object private

Creates a new stub

Returns:

_gatherFiles

() String[] private

Gathers all files that is selected by the glob

Returns:

_processFile

(
  • parentId
  • file
)
Promise private

Inherited from AbstractLoader but overwritten in lib/loader/junit.js:108

Processes a single file

Parameters:

Returns:

Promise:

_processFiles

(
  • parentId
  • files
)
Promise private

Processes a list of files

Parameters:

Returns:

Promise:

_startEntry

(
  • reporter
  • entry
  • parentIds
)
private

Starts the current entry

Parameters:

getConfiguration

() Object

Gets the configuration supplied

Returns:

getOptions

() Object

Gets the options

Returns:

getPath

() String

Output path

Returns:

getReporter

() EventReporter

Gets the reporter instance

Returns:

getType

() String

Gets the type of reporter

Returns:

initialize

()

Initializes the instance

newId

() Int

Create a new id

Returns:

Int:

process

(
  • parentId
)
Promise

Starts the loading process

Parameters:

Returns:

Promise: