3 references to VerifyExpectedTextAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Intents\GenerateConstructorIntentTests.cs (1)
176
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, additionalDocuments, new[] { expectedText }).ConfigureAwait(false);
Intents\IntentTestsBase.cs (1)
50
return
VerifyExpectedTextAsync
(intentName, priorDocumentText, currentDocumentText, Array.Empty<string>(), new string[] { expectedText }, options, intentData);
Intents\RenameIntentTests.cs (1)
198
return
VerifyExpectedTextAsync
(WellKnownIntents.Rename, initialText, currentText, additionalText, expectedTexts, intentData: $"{{ \"newName\": \"{newName}\" }}");