Module: sampleStatus

Methods

(inner) addRowHandlers()

Add click handlers to all accessor name rows, to expand test cases.

Source:

(inner) fillTable()

Create a table from the testResults object.

Source:

(inner) parseBrowserResults()

Parse the results for the browser. A helper function for parseResults() since the ajax() function can't accept additional arguments.

Source:

(inner) parseCapeCodeResults(data, host)

Parse Cape Code test results web page.

Parameters:
Name Type Description
data

The web page.

host

The accessor host (e.g. 'node').

Source:

(inner) parseNodeResults()

Parse the results for node. A helper function for parseResults() since the ajax() function can't accept additional arguments.

Source:

(inner) parseResults(data, host)

Parse test results web page.

Parameters:
Name Type Description
data

The web page.

host

The accessor host (e.g. 'node').

Source: