14 references to IsNullOrEmpty
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (14)
ObjectModel\CollectorDataEntry.cs (1)
151
TPDebug.Assert(!resultsDirectory.
IsNullOrEmpty
(), "'resultsDirectory' is null or empty");
ObjectModel\TestCategoryItems.cs (1)
152
if (!item.TestCategory.
IsNullOrEmpty
())
ObjectModel\TestElement.cs (2)
40
TPDebug.Assert(!name.
IsNullOrEmpty
(), "name is null");
41
TPDebug.Assert(!adapter.
IsNullOrEmpty
(), "adapter is null");
ObjectModel\TestMethod.cs (2)
18
TPDebug.Assert(!name.
IsNullOrEmpty
(), "name is null");
19
TPDebug.Assert(!className.
IsNullOrEmpty
(), "className is null");
ObjectModel\UriDataAttachment.cs (1)
95
TPDebug.Assert(!baseDirectory.
IsNullOrEmpty
(), "'baseDirectory' is null or empty");
Utility\EqtAssert.cs (3)
63
TPDebug.Assert(!parameter.
IsNullOrEmpty
(), $"'{nameof(parameterName)}' is null or empty");
64
if (parameter.
IsNullOrEmpty
())
77
TPDebug.Assert(!parameterName.
IsNullOrEmpty
(), "'parameterName' is null or empty");
Utility\TrxFileHelper.cs (3)
170
if (basePath.
IsNullOrEmpty
())
307
TPDebug.Assert(!baseDirectoryName.
IsNullOrEmpty
(), "baseDirectoryname is null");
308
TPDebug.Assert(!originalName.
IsNullOrEmpty
(), "originalName is Null");
XML\XmlPersistence.cs (1)
249
element.InnerText.
IsNullOrEmpty
())