18 references to StringUtils
Microsoft.TestPlatform.CrossPlatEngine (18)
Client\ProxyOperationManager.cs (3)
259
if ((!
StringUtils
.IsNullOrEmpty(hostDebugEnabled)
262
&& !
StringUtils
.IsNullOrEmpty(nativeHostDebugEnabled)
555
if (!
StringUtils
.IsNullOrWhiteSpace(_testHostProcessStdError))
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)"/>