7 references to TestOnlyGlobRoot
Microsoft.Build.Engine.UnitTests (7)
Globbing\MSBuildGlob_Tests.cs (7)
33Assert.Equal(glob.TestOnlyGlobRoot.LastOrDefault(), Path.DirectorySeparatorChar); 43Assert.Equal(expectedRoot, glob.TestOnlyGlobRoot); 51Assert.Equal(Directory.GetCurrentDirectory().WithTrailingSlash(), glob.TestOnlyGlobRoot); 67Assert.Equal(expectedRoot, glob.TestOnlyGlobRoot); 122Assert.Equal(globRoot.WithTrailingSlash(), glob.TestOnlyGlobRoot); 123Assert.StartsWith(glob.TestOnlyGlobRoot, glob.FixedDirectoryPart); 141Assert.Equal(globRoot.WithTrailingSlash(), glob.TestOnlyGlobRoot);