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