39 references to TPDebug
vstest.console (39)
CommandLine\Executor.cs (1)
418TPDebug.Assert(
InProcessVsTestConsoleWrapper.cs (1)
149TPDebug.Assert(
Internal\ConsoleLogger.cs (8)
236TPDebug.Assert(Output is not null, "ConsoleLogger.Output is null"); 295TPDebug.Assert(result != null, "a null result can not be displayed"); 296TPDebug.Assert(Output != null, "Initialize should have been called."); 415TPDebug.Assert(Output != null, "Initialize should have been called"); 435TPDebug.Assert(Output is not null, "ConsoleLogger.Output is null"); 501TPDebug.Assert(Output != null && LeafTestResults != null, "Initialize should have been called"); 668TPDebug.Assert(Output != null, "Initialize should have been called"); 690TPDebug.Assert(e.AttachmentSets != null, "e.AttachmentSets should not be null when runLevelAttachmentsCount > 0.");
Internal\MSBuildLogger.cs (4)
99TPDebug.Assert(Output != null, "Initialize should have been called"); 152TPDebug.Assert(Output != null, "Initialize should have been called."); 242TPDebug.Assert(Output != null, "Initialize should have been called"); 281TPDebug.Assert(result != null, "a null result can not be displayed");
Processors\CollectArgumentProcessor.cs (1)
195TPDebug.Assert(existingConfiguration is not null, "existingConfiguration is null");
Processors\EnvironmentArgumentProcessor.cs (4)
85TPDebug.Assert(!StringUtils.IsNullOrWhiteSpace(argument)); 86TPDebug.Assert(_output != null); 87TPDebug.Assert(_commandLineOptions != null); 88TPDebug.Assert(!StringUtils.IsNullOrWhiteSpace(_runSettingsProvider.ActiveRunSettings?.SettingsXml));
Processors\HelpArgumentProcessor.cs (1)
105TPDebug.Assert(runTestsArgumentProcessor is not null, "runTestsArgumentProcessor is null");
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (3)
164TPDebug.Assert(Output != null); 165TPDebug.Assert(_commandLineOptions != null); 166TPDebug.Assert(!StringUtils.IsNullOrWhiteSpace(_runSettingsManager?.ActiveRunSettings?.SettingsXml));
Processors\ListTestsArgumentProcessor.cs (3)
168TPDebug.Assert(Output != null); 169TPDebug.Assert(_commandLineOptions != null); 170TPDebug.Assert(!StringUtils.IsNullOrWhiteSpace(_runSettingsManager?.ActiveRunSettings?.SettingsXml));
Processors\RunSpecificTestsArgumentProcessor.cs (7)
181TPDebug.Assert(Output != null); 182TPDebug.Assert(_commandLineOptions != null); 183TPDebug.Assert(_testRequestManager != null); 184TPDebug.Assert(!StringUtils.IsNullOrWhiteSpace(_runSettingsManager.ActiveRunSettings?.SettingsXml)); 278TPDebug.Assert(_selectedTestNames != null, "Initialize should have been called"); 279TPDebug.Assert(args.DiscoveredTestCases != null); 374TPDebug.Assert(RunSettingsManager.Instance.ActiveRunSettings.SettingsXml is not null, "RunSettingsManager.Instance.ActiveRunSettings.SettingsXml is null");
Processors\RunTestsArgumentProcessor.cs (3)
128TPDebug.Assert(_commandLineOptions != null); 129TPDebug.Assert(!StringUtils.IsNullOrWhiteSpace(_runSettingsManager?.ActiveRunSettings?.SettingsXml)); 234TPDebug.Assert(RunSettingsManager.Instance.ActiveRunSettings.SettingsXml is not null, "RunSettingsManager.Instance.ActiveRunSettings.SettingsXml is null");
TestPlatformHelpers\TestRequestManager.cs (3)
342TPDebug.Assert(runsettings is not null, "runSettings is null"); 366TPDebug.Assert(testRunRequestPayload.Sources != null || testRunRequestPayload.TestCases != null, "testRunRequestPayload.Sources or testRunRequestPayload.TestCases is null"); 911TPDebug.Assert(sources is not null, "AddFakesConfigurationToRunsettings: Sources list is null.");