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