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