3 references to VerifyThrow
Microsoft.Build.Engine.OM.UnitTests (3)
FileUtilities.cs (2)
393
ErrorUtilities.
VerifyThrow
(trailingSegmentsToKeep >= 0, "trailing segments must be positive");
1144
ErrorUtilities.
VerifyThrow
(splitPath.Length > 0, "Cannot call MakeRelative on a path of only slashes.");
TempFileUtilities.cs (1)
188
ErrorUtilities.
VerifyThrow
(!FileSystems.Default.FileExists(file), "Guid should be unique");