3 references to VerifyCSharpAsync
Text.Analyzers.UnitTests (3)
IdentifiersShouldBeSpelledCorrectlyTests.cs (3)
90await VerifyCSharpAsync(@"class Clazz { const string Naem = ""foo""; }", [xmlDictionary, dicDictionary]); 711=> VerifyCSharpAsync(source, Array.Empty<(string Path, string Text)>(), expected); 714=> VerifyCSharpAsync(source, [additionalText], expected);