Adaptive Framework 0.9.0

test_script_runtime_support

The following is a list of properties for the function test_script_runtime_support:

PropertyValue
briefInternal test script runtime support
categorycompiler
descriptionThis is a function called internally as the result of a test_script compile. This function is not intended to be called directly.
functionIdtest_script_runtime_support
functionLabeltest_script_runtime_support
parameters[ { "brief": "test_script object", "dataType": "object", "dataTypeParameter": "_AdaptiveTestScriptResult_", "description": "A test script results object with the required evaluation result properties missing. The sources will be evaluated and the corresponding test result properties will be set.", "name": "testScriptObject" } ]
sideEffects[ "testScriptObject object modified." ]
returns{ "brief": "Completed test_script object", "dataType": "object", "dataTypeParameter": "_AdaptiveTestScriptResult_", "description": "The testScriptObject object with test result properties set." }