4 references to Assert
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
NullableHelpers.cs (1)
33
/// <inheritdoc cref="TPDebug.
Assert
(bool)"/>
ObjectModel\TestEntry.cs (2)
75
TPDebug.
Assert
(Equals(_testId, e._testId));
76
TPDebug.
Assert
(Equals(_categoryId, e._categoryId));
Utility\TrxFileHelper.cs (1)
194
TPDebug.
Assert
(pathTokens.Length > 0 && basePathTokens.Length > 0);