Share via


RunConfiguration Constructor

Initializes a new RunConfiguration object with a new TestRun.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Sub New ( _
    testRun As TestRun _
)
public RunConfiguration(
    TestRun testRun
)
public:
RunConfiguration(
    TestRun^ testRun
)
new : 
        testRun:TestRun -> RunConfiguration
public function RunConfiguration(
    testRun : TestRun
)

Parameters

.NET Framework Security

See Also

Reference

RunConfiguration Class

Microsoft.VisualStudio.TestTools.Execution Namespace

RunConfiguration

TestRun