3 references to Assert
Microsoft.TestPlatform.PlatformAbstractions (3)
common\Tracing\PlatformEqtTrace.cs (3)
215
TPDebug.
Assert
(message != null, "message != null");
216
TPDebug.
Assert
(!string.IsNullOrEmpty(ProcessName), "!string.IsNullOrEmpty(ProcessName)");
302
TPDebug.
Assert
(e != null, "e != null");