17 references to Assert
vstest.console (17)
Processors\EnvironmentArgumentProcessor.cs (4)
85
TPDebug.
Assert
(!StringUtils.IsNullOrWhiteSpace(argument));
86
TPDebug.
Assert
(_output != null);
87
TPDebug.
Assert
(_commandLineOptions != null);
88
TPDebug.
Assert
(!StringUtils.IsNullOrWhiteSpace(_runSettingsProvider.ActiveRunSettings?.SettingsXml));
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (3)
164
TPDebug.
Assert
(Output != null);
165
TPDebug.
Assert
(_commandLineOptions != null);
166
TPDebug.
Assert
(!StringUtils.IsNullOrWhiteSpace(_runSettingsManager?.ActiveRunSettings?.SettingsXml));
Processors\ListTestsArgumentProcessor.cs (3)
168
TPDebug.
Assert
(Output != null);
169
TPDebug.
Assert
(_commandLineOptions != null);
170
TPDebug.
Assert
(!StringUtils.IsNullOrWhiteSpace(_runSettingsManager?.ActiveRunSettings?.SettingsXml));
Processors\RunSpecificTestsArgumentProcessor.cs (5)
181
TPDebug.
Assert
(Output != null);
182
TPDebug.
Assert
(_commandLineOptions != null);
183
TPDebug.
Assert
(_testRequestManager != null);
184
TPDebug.
Assert
(!StringUtils.IsNullOrWhiteSpace(_runSettingsManager.ActiveRunSettings?.SettingsXml));
279
TPDebug.
Assert
(args.DiscoveredTestCases != null);
Processors\RunTestsArgumentProcessor.cs (2)
128
TPDebug.
Assert
(_commandLineOptions != null);
129
TPDebug.
Assert
(!StringUtils.IsNullOrWhiteSpace(_runSettingsManager?.ActiveRunSettings?.SettingsXml));