CasewareDocs

Create

Creates an empty test result.

Compatibility

Available as of IDEA version 9.1.1

Syntax

TestResultFileCreate()

Return Value

A reference to an empty test result.

Remarks

This method does not add the newly created result to the collection of test results.

Example

Sub Main

Dim resultFile As Object
Set tt = SmartContext.TestResultFiles.Create

End Sub