17 references to TPDebug
Microsoft.TestPlatform.TestHostRuntimeProvider (17)
Hosting\DefaultTestHostManager.cs (10)
129TPDebug.Assert(_testHostProcessStdError is not null, "LaunchTestHostAsync must have been called before ExitCallBack"); 130TPDebug.Assert(_testHostManagerCallbacks is not null, "Initialize must have been called before ExitCallBack"); 139TPDebug.Assert(_testHostProcessStdError is not null, "LaunchTestHostAsync must have been called before ErrorReceivedCallback"); 140TPDebug.Assert(_testHostManagerCallbacks is not null, "Initialize must have been called before ErrorReceivedCallback"); 149TPDebug.Assert(_testHostProcessStdOut is not null, "LaunchTestHostAsync must have been called before OutputReceivedCallback"); 150TPDebug.Assert(_testHostManagerCallbacks is not null, "Initialize must have been called before OutputReceivedCallback"); 181TPDebug.Assert(IsInitialized, "Initialize must have been called before GetTestHostProcessStartInfo"); 188TPDebug.Assert(currentWorkingDirectory is not null, "Current working directory must not be null."); 418TPDebug.Assert(_targetFramework is not null && _testHostProcess is not null, "Initialize and LaunchTestHostAsync must be called before AttachDebuggerToTestHost"); 435TPDebug.Assert(IsInitialized, "Initialize must be called before FilterExtensionsBasedOnVersion");
Hosting\DotnetTestHostManager.cs (7)
171TPDebug.Assert(_testHostProcessStdError is not null, "_testHostProcessStdError is null"); 180TPDebug.Assert(_testHostProcessStdError is not null, "_testHostProcessStdError is null"); 181TPDebug.Assert(_testHostManagerCallbacks is not null, "Initialize must have been called before ExitCallBack"); 190TPDebug.Assert(_testHostProcessStdOut is not null, "LaunchTestHostAsync must have been called before OutputReceivedCallback"); 191TPDebug.Assert(_testHostManagerCallbacks is not null, "Initialize must have been called before OutputReceivedCallback"); 237TPDebug.Assert(_targetFramework is not null, "_targetFramework is null"); 792TPDebug.Assert(_targetFramework is not null && _testHostProcess is not null, "DotnetTestHostManager: TargetFramework is null");