2 references to Inspect
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
SemanticSearch\CSharpSemanticSearchServiceTests.cs (2)
354
AssertEx.Equal($"CSharpAssembly1: [179..179) 'F(x + 1);': InsufficientExecutionStackException: '{expectedMessage}'",
Inspect
(exception, query));
412
AssertEx.Equal($"CSharpAssembly1: [190..190) 'var x = s.ToString();': NullReferenceException: '{expectedMessage}'",
Inspect
(exception, query));