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