17 references to Assert
vstest.console.arm64 (17)
parent\vstest.console\Processors\EnvironmentArgumentProcessor.cs (4)
93TPDebug.Assert(!StringUtils.IsNullOrWhiteSpace(argument)); 94TPDebug.Assert(_output != null); 95TPDebug.Assert(_commandLineOptions != null); 96TPDebug.Assert(!StringUtils.IsNullOrWhiteSpace(_runSettingsProvider.ActiveRunSettings?.SettingsXml));
parent\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (3)
173TPDebug.Assert(Output != null); 174TPDebug.Assert(_commandLineOptions != null); 175TPDebug.Assert(!StringUtils.IsNullOrWhiteSpace(_runSettingsManager?.ActiveRunSettings?.SettingsXml));
parent\vstest.console\Processors\ListTestsArgumentProcessor.cs (3)
177TPDebug.Assert(Output != null); 178TPDebug.Assert(_commandLineOptions != null); 179TPDebug.Assert(!StringUtils.IsNullOrWhiteSpace(_runSettingsManager?.ActiveRunSettings?.SettingsXml));
parent\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (5)
190TPDebug.Assert(Output != null); 191TPDebug.Assert(_commandLineOptions != null); 192TPDebug.Assert(_testRequestManager != null); 193TPDebug.Assert(!StringUtils.IsNullOrWhiteSpace(_runSettingsManager.ActiveRunSettings?.SettingsXml)); 288TPDebug.Assert(args.DiscoveredTestCases != null);
parent\vstest.console\Processors\RunTestsArgumentProcessor.cs (2)
137TPDebug.Assert(_commandLineOptions != null); 138TPDebug.Assert(!StringUtils.IsNullOrWhiteSpace(_runSettingsManager?.ActiveRunSettings?.SettingsXml));