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