Clear
Removes all results from the result collection.
Compatibility
Available as of IDEA version 9.0
Syntax
Clear()
Example
Sub Main
...
'Remove all results from the collection of audit test result files
SmartContext.TestResultFiles.Clear
...
End Sub