7 references to GetProjectPath
Microsoft.Build.Engine.UnitTests (7)
Graph\GraphLoadedFromSolution_tests.cs (7)
688graph.ProjectNodes.Count.ShouldBe(graph.ProjectNodes.Select(GetProjectPath).Distinct().Count()); 691graphFromSolution.EntryPointNodes.Select(GetProjectPath) 692.ShouldBeSetEquivalentTo(graph.ProjectNodes.Select(GetProjectPath)); 696graphFromSolution.GraphRoots.Select(GetProjectPath) 697.ShouldBeSameIgnoringOrder(graph.GraphRoots.Select(GetProjectPath)); 699graphFromSolution.ProjectNodes.Select(GetProjectPath) 700.ShouldBeSameIgnoringOrder(graph.ProjectNodes.Select(GetProjectPath));