2 references to VerifyExpectedTextAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Intents\GenerateConstructorIntentTests.cs (1)
168
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, """
Intents\IntentTestsBase.cs (1)
46
return
VerifyExpectedTextAsync
(intentName, priorDocumentText, currentDocumentText, [], [expectedText], options, intentData);