API Docs for: 0.1.0

yuidoc-extras/TestResult.js

/**
 * Dummy class that describes the test results data structure
 *
 * @class gabarito.TestResult
 * @constructor
 */

/**
 * The test name
 *
 * @property test
 * @for gabarito.TestResult
 * @type {string}
 */

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

/**
 * The timestamp that the test has ended
 *
 * @property end
 * @for gabarito.TestResult
 * @type {number}
 */

/**
 * Dictionary in which the key are the related clause and the value is a
 * {{#crossLink "gabarito.ClauseResult"}}{{/crossLink}}
 *
 * @property results
 * @for gabarito.TestResult
 * @type {object}
 */