7 references to GetProjectPath
Microsoft.Build.Engine.UnitTests (7)
Graph\GraphLoadedFromSolution_tests.cs (7)
689graph.ProjectNodes.Count.ShouldBe(graph.ProjectNodes.Select(GetProjectPath).Distinct().Count()); 692graphFromSolution.EntryPointNodes.Select(GetProjectPath) 693.ShouldBeSetEquivalentTo(graph.ProjectNodes.Select(GetProjectPath)); 697graphFromSolution.GraphRoots.Select(GetProjectPath) 698.ShouldBeSameIgnoringOrder(graph.GraphRoots.Select(GetProjectPath)); 700graphFromSolution.ProjectNodes.Select(GetProjectPath) 701.ShouldBeSameIgnoringOrder(graph.ProjectNodes.Select(GetProjectPath));