Test Module
Terms for designing tests for model systems.
Functions and values
| Function or value |
Description
|
Full Usage:
defaultSettings
Returns: TestSettings<MeasureOne, DateTime, int<MeasureProduct<year, MeasureOne>>, TimeSpan>
|
|
Full Usage:
run settings
Parameters:
'a
Returns: EstimationEngine<'b, 'c, 'u, 'v> -> TestSettings<'v, 'b, 'd, 'c> -> ModelSystem<'u> -> TestResult<'b, 'd, 'c, MeasureProduct<state, MeasureOne>>
|
|
Full Usage:
withStartValue code value settings
Parameters:
string
value : float<'state>
settings : TestSettings<'state, 'a, 'b, 'c>
Returns: TestSettings<'state, 'a, 'b, 'c>
|
If the start value has already been set, it will be overwritten with the new value.
|
bristlecone