TestRunner.RunAsync Method (IEnumerable<Test>, Object)
[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 Sub RunAsync ( _
testsToRun As IEnumerable(Of Test), _
userToken As Object _
)
'Usage
Dim instance As TestRunner
Dim testsToRun As IEnumerable(Of Test)
Dim userToken As Object
instance.RunAsync(testsToRun, userToken)
public void RunAsync(
IEnumerable<Test> testsToRun,
Object userToken
)
public:
void RunAsync(
IEnumerable<Test^>^ testsToRun,
Object^ userToken
)
public function RunAsync(
testsToRun : IEnumerable<Test>,
userToken : Object
)
member RunAsync :
testsToRun:IEnumerable<Test> *
userToken:Object -> unit
Parameters
- testsToRun
Type: System.Collections.Generic.IEnumerable<Test>
- userToken
Type: System.Object
.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.