7 references to GetProjectPath
Microsoft.Build.Engine.UnitTests (7)
Graph\GraphLoadedFromSolution_tests.cs (7)
690graph.ProjectNodes.Count.ShouldBe(graph.ProjectNodes.Select(GetProjectPath).Distinct().Count()); 693graphFromSolution.EntryPointNodes.Select(GetProjectPath) 694.ShouldBeSetEquivalentTo(graph.ProjectNodes.Select(GetProjectPath)); 698graphFromSolution.GraphRoots.Select(GetProjectPath) 699.ShouldBeSameIgnoringOrder(graph.GraphRoots.Select(GetProjectPath)); 701graphFromSolution.ProjectNodes.Select(GetProjectPath) 702.ShouldBeSameIgnoringOrder(graph.ProjectNodes.Select(GetProjectPath));