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