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