test_script_runtime_support
The following is a list of properties for the function test_script_runtime_support
:
Property | Value |
---|---|
brief | Internal test script runtime support |
category | compiler |
description | This is a function called internally as the result of a test_script compile. This function is not intended to be called directly. |
functionId | test_script_runtime_support |
functionLabel | test_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." } |