2 references to WarningIf
Microsoft.TestPlatform.CoreUtilities (1)
Tracing\EqtTrace.cs (1)
454
WarningIf
(!condition, format, args);
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestResult.cs (1)
279
EqtTrace.
WarningIf
(value < TimeSpan.Zero, "TestResult.Duration: The duration is being set to {0}. Since the duration is negative the duration will be updated to zero.", value);