TestRunner.Run Method (IEnumerable<Test>)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.Framework
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Function Run ( _
testsToRun As IEnumerable(Of Test) _
) As TestRunResult
'Usage
Dim instance As TestRunner
Dim testsToRun As IEnumerable(Of Test)
Dim returnValue As TestRunResult
returnValue = instance.Run(testsToRun)
public TestRunResult Run(
IEnumerable<Test> testsToRun
)
public:
TestRunResult^ Run(
IEnumerable<Test^>^ testsToRun
)
public function Run(
testsToRun : IEnumerable<Test>
) : TestRunResult
member Run :
testsToRun:IEnumerable<Test> -> TestRunResult
Parameters
- testsToRun
Type: System.Collections.Generic.IEnumerable<Test>
Return Value
Type: Microsoft.VisualStudio.TestTools.Framework.TestRunResult
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.