26 references to StartsWithUncPattern
Microsoft.Build.Engine.UnitTests (26)
FileUtilitiesRegex_Tests.cs (26)
179
StartsWithUncPattern
.IsMatch(winDirectory).ShouldBeTrue();
180
StartsWithUncPattern
.IsMatch(unixDirectory).ShouldBeTrue();
199
var match =
StartsWithUncPattern
.Match(winDirectory);
203
match =
StartsWithUncPattern
.Match(unixDirectory);
245
StartsWithUncPattern
.IsMatch(winDirectory).ShouldBeTrue();
246
StartsWithUncPattern
.IsMatch(unixDirectory).ShouldBeTrue();
265
var match =
StartsWithUncPattern
.Match(winDirectory);
269
match =
StartsWithUncPattern
.Match(unixDirectory);
310
StartsWithUncPattern
.IsMatch(winDirectory).ShouldBeTrue();
311
StartsWithUncPattern
.IsMatch(unixDirectory).ShouldBeTrue();
320
var match =
StartsWithUncPattern
.Match(winDirectory);
324
match =
StartsWithUncPattern
.Match(unixDirectory);
365
StartsWithUncPattern
.IsMatch(winDirectory).ShouldBeTrue();
366
StartsWithUncPattern
.IsMatch(unixDirectory).ShouldBeTrue();
385
var match =
StartsWithUncPattern
.Match(winDirectory);
389
match =
StartsWithUncPattern
.Match(unixDirectory);
430
StartsWithUncPattern
.IsMatch(winDirectory).ShouldBe(false);
431
StartsWithUncPattern
.IsMatch(unixDirectory).ShouldBe(false);
450
var match =
StartsWithUncPattern
.Match(winDirectory);
453
match =
StartsWithUncPattern
.Match(unixDirectory);
493
StartsWithUncPattern
.IsMatch(winDirectory).ShouldBe(false);
494
StartsWithUncPattern
.IsMatch(unixDirectory).ShouldBe(false);
513
var match =
StartsWithUncPattern
.Match(winDirectory);
516
match =
StartsWithUncPattern
.Match(unixDirectory);
534
StartsWithUncPattern
.IsMatch(string.Empty).ShouldBeFalse();
535
StartsWithUncPattern
.Match(string.Empty).Success.ShouldBeFalse();