1 instantiation of TestList
Microsoft.NET.TestFramework (1)
TestCommandLine.cs (1)
235
TestList group =
new
()
7 references to TestList
Microsoft.NET.TestFramework (7)
TestCommandLine.cs (7)
148
List<
TestList
> testLists = new();
160
testLists.Add(
TestList
.Parse(item));
164
var
skippedGroup =
TestList
.Parse(item);
179
foreach (
var
testList in testLists.Where(g => TestListsToRun.Contains(g.Name ?? string.Empty)))
233
public static
TestList
Parse(XElement element)
235
TestList
group = new()