7 references to TestOnlyGlobRoot
Microsoft.Build.Engine.UnitTests (7)
Globbing\MSBuildGlob_Tests.cs (7)
34Assert.Equal(glob.TestOnlyGlobRoot.LastOrDefault(), Path.DirectorySeparatorChar); 44Assert.Equal(expectedRoot, glob.TestOnlyGlobRoot); 52Assert.Equal(Directory.GetCurrentDirectory().WithTrailingSlash(), glob.TestOnlyGlobRoot); 68Assert.Equal(expectedRoot, glob.TestOnlyGlobRoot); 126Assert.Equal(globRoot.WithTrailingSlash(), glob.TestOnlyGlobRoot); 127Assert.StartsWith(glob.TestOnlyGlobRoot, glob.FixedDirectoryPart); 145Assert.Equal(globRoot.WithTrailingSlash(), glob.TestOnlyGlobRoot);