yuidoc-extras/EnvironmentResult.js
/**
* Dummy class that describes the environment results data structure
*
* @class gabarito.EnvironmentResult
* @constructor
*/
/**
* The related environment that has run the tests
*
* @property environment
* @for gabarito.EnvironmentResult
* @type {gabarito.plumbing.Environment}
*/
/**
* A collection of test results for the given environment
*
* @property results
* @for gabarito.EnvironmentResult
* @type {gabarito.TestResult[]}
*/