new Result (status, name, description) Result object. Parameters: Name Type Description status module:'brixy.tester.Result'.STATUS name string description string Source: modules/tester/Result.jsxinc - line 36 Methods getDescription () → {string} Description of the result. Returns: string Source: modules/tester/Result.jsxinc - line 77 getLongDescription () → {string} Long description of the result (i.e. name and description). Returns: string Source: modules/tester/Result.jsxinc - line 85 getName () → {string} Name of the result. Returns: string Source: modules/tester/Result.jsxinc - line 61 getStatus () → {module:'brixy.tester.Result'.STATUS} Returns a status of the result. Returns: module:'brixy.tester.Result'.STATUS Source: modules/tester/Result.jsxinc - line 69 passed () → {boolean} Returns true if result is OK. Returns: boolean Source: modules/tester/Result.jsxinc - line 53 toString () → {string} Returns a string representation of the object. Returns: string Source: modules/tester/Result.jsxinc - line 47