Class: Result

'brixy.tester.Result'~ Result

new Result (status, name, description)

Result object.

Parameters:
Name Type Description
status module:'brixy.tester.Result'.STATUS
name string
description string
Source:

Methods

getDescription () → {string}

Description of the result.

Returns:
  • string
Source:

getLongDescription () → {string}

Long description of the result (i.e. name and description).

Returns:
  • string
Source:

getName () → {string}

Name of the result.

Returns:
  • string
Source:

getStatus () → {module:'brixy.tester.Result'.STATUS}

Returns a status of the result.

Returns:
Source:

passed () → {boolean}

Returns true if result is OK.

Returns:
  • boolean
Source:

toString () → {string}

Returns a string representation of the object.

Returns:
  • string
Source: