27 references to IsNullOrEmpty
vstest.console (27)
CommandLine\CommandLineOptions.cs (1)
166
public bool HasPhoneContext => !TargetDevice.
IsNullOrEmpty
();
CommandLine\Executor.cs (1)
560
|| (!args.
IsNullOrEmpty
() && Utilities.CommandLineUtilities.SplitCommandLineIntoArguments(args, out arguments));
Internal\ConsoleLogger.cs (8)
311
if (!result.ErrorMessage.
IsNullOrEmpty
())
319
if (!result.ErrorStackTrace.
IsNullOrEmpty
())
333
if (!stdOutMessages.
IsNullOrEmpty
())
346
if (!stdErrMessages.
IsNullOrEmpty
())
359
if (!dbgTrcMessages.
IsNullOrEmpty
())
372
if (!addnlInfoMessages.
IsNullOrEmpty
())
522
if (!formattedDuration.
IsNullOrEmpty
())
774
var frameworkString = _targetFramework.
IsNullOrEmpty
()
Internal\MSBuildLogger.cs (1)
207
if (!StringUtils.
IsNullOrEmpty
(result.TestCase.CodeFilePath))
Processors\AeDebuggerArgumentProcessor.cs (1)
93
if (StringUtils.
IsNullOrEmpty
(_argument))
Processors\EnableDiagArgumentProcessor.cs (3)
148
if (!objectTypeLocation.
IsNullOrEmpty
())
179
if (!traceInitialized && !StringUtils.
IsNullOrEmpty
(EqtTrace.ErrorOnInitialization))
239
if (!StringUtils.
IsNullOrEmpty
(directory) && !_fileHelper.DirectoryExists(directory))
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (3)
182
if (!EqtTrace.LogFile.
IsNullOrEmpty
())
193
if (_commandLineOptions.ListTestsTargetPath.
IsNullOrEmpty
())
287
if (filterString.
IsNullOrEmpty
())
Processors\ListTestsArgumentProcessor.cs (1)
187
if (!StringUtils.
IsNullOrEmpty
(EqtTrace.LogFile))
Processors\RunSpecificTestsArgumentProcessor.cs (1)
226
if (!StringUtils.
IsNullOrEmpty
(EqtTrace.LogFile))
Processors\RunTestsArgumentProcessor.cs (1)
158
if (!StringUtils.
IsNullOrEmpty
(EqtTrace.LogFile))
Processors\TestSessionCorrelationIdProcessor.cs (1)
81
if (argument.
IsNullOrEmpty
())
Processors\TestSourceArgumentProcessor.cs (1)
91
if (!argument.
IsNullOrEmpty
())
Processors\Utilities\ArgumentProcessorFactory.cs (1)
275
if (!argumentProcessor.Metadata.Value.ShortCommandName.
IsNullOrEmpty
())
TestPlatformHelpers\TestRequestManager.cs (3)
925
if (!incompatibleSettingWarning.
IsNullOrEmpty
())
1281
if (targetDevice.
IsNullOrEmpty
())
1372
if (!settings.
IsNullOrEmpty
())