Module: 'brixy.tester.report'

Methods

(static) showFailure (result, actual, expected, depth) → {Object}

Shows a dialog with failed result.

Parameters:
Name Type Description
result module:'brixy.tester.Result'~Result

Test result.

actual module:'brixy.tester.Result'~Value

Tested value.

expected module:'brixy.tester.Result'~Value

Expected value.

depth int

Comparison depth.

Returns:
  • Object :

    {abortTester: boolean, showNext: boolean}

Source:

(static) showResult (jobs)

Shows a dialog with tester results.

Parameters:
Name Type Description
jobs Array.<module:'brixy.tester.Job'~Job>

Processed jobs.

Source: