MSTest.TestLists Property
Gets or sets an enumerable collection of strings identifying the test lists to run.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property TestLists As InArgument(Of IEnumerable(Of String))
[BrowsableAttribute(true)]
public InArgument<IEnumerable<string>> TestLists { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<IEnumerable<String^>^>^ TestLists {
InArgument<IEnumerable<String^>^>^ get ();
void set (InArgument<IEnumerable<String^>^>^ value);
}
[<BrowsableAttribute(true)>]
member TestLists : InArgument<IEnumerable<string>> with get, set
function get TestLists () : InArgument<IEnumerable<String>>
function set TestLists (value : InArgument<IEnumerable<String>>)
Property Value
Type: System.Activities.InArgument<IEnumerable<String>>
An enumerable collection of strings identifying the test lists to run.
Remarks
For more information, see Defining Test Lists to Group Your Tests.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace