21 references to StringUtils
Microsoft.TestPlatform.CrossPlatEngine (21)
Client\ProxyOperationManager.cs (6)
261
if ((!
StringUtils
.IsNullOrEmpty(hostDebugEnabled)
264
&& !
StringUtils
.IsNullOrEmpty(nativeHostDebugEnabled)
557
if (!
StringUtils
.IsNullOrWhiteSpace(_testHostProcessStdError))
561
else if (!
StringUtils
.IsNullOrWhiteSpace(_testHostProcessFileName))
572
var hasPath = !
StringUtils
.IsNullOrWhiteSpace(processFileName);
573
var hasError = !
StringUtils
.IsNullOrWhiteSpace(stdError);
Client\TestLoggerManager.cs (4)
154
if (!
StringUtils
.IsNullOrWhiteSpace(logger.AssemblyQualifiedName))
161
!
StringUtils
.IsNullOrWhiteSpace(logger.Uri?.ToString()))
177
var value = !
StringUtils
.IsNullOrWhiteSpace(logger.AssemblyQualifiedName)
179
: !
StringUtils
.IsNullOrWhiteSpace(logger.Uri?.ToString())
DataCollection\DataCollectionLauncher.cs (1)
59
if (!
StringUtils
.IsNullOrWhiteSpace(processStdErrorStr))
DataCollection\ProxyDataCollectionManager.cs (3)
268
if (!
StringUtils
.IsNullOrEmpty(dataCollectorDebugEnabled) &&
315
if (!
StringUtils
.IsNullOrEmpty(EqtTrace.LogFile))
359
if (tapNode != null && !
StringUtils
.IsNullOrWhiteSpace(tapNode.InnerText))
Discovery\DiscovererEnumerator.cs (2)
149
context.FilterExpressionWrapper = !
StringUtils
.IsNullOrEmpty(testCaseFilter) ? new FilterExpressionWrapper(testCaseFilter) : null;
498
if (
StringUtils
.IsNullOrEmpty(extensionAssembly) || string.Equals(extensionAssembly, ObjectModel.Constants.UnspecifiedAdapterPath))
Discovery\DiscoveryContext.cs (1)
42
if (!
StringUtils
.IsNullOrEmpty(FilterExpressionWrapper.ParseError))
Execution\BaseRunTests.cs (2)
557
if (
StringUtils
.IsNullOrEmpty(extensionAssembly)
647
return !
StringUtils
.IsNullOrEmpty(_package);
NullableHelpers.cs (2)
19
/// <inheritdoc cref="
StringUtils
.IsNullOrEmpty(string)"/>
24
/// <inheritdoc cref="
StringUtils
.IsNullOrWhiteSpace(string)"/>