API Docs for: 0.1.0

yuidoc-extras/ClauseResult.js

/**
 * Dummy class that describes the clause result data structure
 *
 * @class gabarito.ClauseResult
 * @constructor
 */

/**
 * The timestamp that the clause has started
 *
 * @property start
 * @for gabarito.ClauseResult
 * @type {number}
 */

/**
 * The number of miliseconds that the clause took to run
 *
 * @property elapsedTime
 * @for gabarito.ClauseResult
 * @type {number}
 */

/**
 * The thrown error (if any) by the test clause
 *
 * @property error
 * @for gabarito.ClauseResult
 * @type {Error}
 */