2 references to CreateTestProjectsInDirectory
Microsoft.NET.TestFramework (2)
TestAssetsManager.cs (2)
73
var testAsset =
CreateTestProjectsInDirectory
(new List<TestProject>() { testProject }, testDestinationDirectory);
100
var testAsset =
CreateTestProjectsInDirectory
(testProjects, testDestinationDirectory);