3 references to VerifyExpectedTextAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Intents\GenerateConstructorIntentTests.cs (1)
208
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, additionalDocuments, [expectedText]).ConfigureAwait(false);
Intents\IntentTestsBase.cs (1)
46
return
VerifyExpectedTextAsync
(intentName, priorDocumentText, currentDocumentText, [], [expectedText], options, intentData);
Intents\RenameIntentTests.cs (1)
224
return
VerifyExpectedTextAsync
(WellKnownIntents.Rename, initialText, currentText, additionalText, expectedTexts, intentData: $"{{ \"newName\": \"{newName}\" }}");