7 references to Assert
Microsoft.VisualStudio.TestPlatform.Common (7)
ExtensionFramework\TestPluginCache.cs (1)
496TPDebug.Assert(args?.Name is not null);
ExtensionFramework\TestPluginDiscoverer.cs (1)
39TPDebug.Assert(extensionPaths != null);
Logging\InternalTestLoggerEvents.cs (1)
415TPDebug.Assert(args != null && args.Result != null);
src\vstest\src\Microsoft.TestPlatform.Filter.Source\FastFilter.cs (1)
132TPDebug.Assert(PropertyValueRegex != null);
src\vstest\src\Microsoft.TestPlatform.Filter.Source\FilterExpressionWrapper.cs (1)
81TPDebug.Assert(options!.FilterRegExReplacement == null || options.FilterRegEx != null);
Utilities\AssemblyResolver.cs (2)
229TPDebug.Assert(requestedName != null); 230TPDebug.Assert(foundName != null);