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}
*/