voidfunctionEnterTestData(stringastestType, stringastestMatter, stringastestDetails, stringastestResultContext, stringastestResult)NativeGlobalDebugOnly
Description
Documentation Comment
Sends the passed in test data to the tests website.
Caveats
Parameters
stringastestType
stringastestMatter
stringastestDetails
stringastestResultContext
stringastestResult
Examples
Auto-Generated Example
string myString__astestType
string myString__astestMatter
string myString__astestDetails
string myString__astestResultContext
string myString__astestResult
Utility.EnterTestData(myString__astestType, myString__astestMatter, myString__astestDetails, myString__astestResultContext, myString__astestResult)