4 references to StringUtils
Microsoft.TestPlatform.Build (4)
Tasks\TestTaskUtils.cs (3)
377
if (
StringUtils
.IsNullOrWhiteSpace(value))
385
if (!
StringUtils
.IsNullOrEmpty(trimmed))
403
return
StringUtils
.IsNullOrEmpty(dotnetHostPath) ? null : Path.GetFullPath(dotnetHostPath);
Tasks\VSTestTask2.cs (1)
169
var testPassed =
StringUtils
.IsNullOrWhiteSpace(outputs)