21 references to VerifyExpectedTextAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (21)
Intents\AddConstructorParameterIntentTests.cs (5)
56
await
VerifyExpectedTextAsync
(WellKnownIntents.AddConstructorParameter, initialText, currentText, expectedText).ConfigureAwait(false);
97
await
VerifyExpectedTextAsync
(WellKnownIntents.AddConstructorParameter, initialText, currentText, expectedText).ConfigureAwait(false);
142
await
VerifyExpectedTextAsync
(WellKnownIntents.AddConstructorParameter, initialText, currentText, expectedText).ConfigureAwait(false);
186
await
VerifyExpectedTextAsync
(WellKnownIntents.AddConstructorParameter, initialText, currentText, expectedText).ConfigureAwait(false);
271
await
VerifyExpectedTextAsync
(WellKnownIntents.AddConstructorParameter, initialText, currentText, expectedText).ConfigureAwait(false);
Intents\DeleteParameterIntentTests.cs (10)
61
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
110
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
158
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
206
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
313
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
376
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
425
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
474
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
535
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
587
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
Intents\GenerateConstructorIntentTests.cs (5)
51
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText).ConfigureAwait(false);
88
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText).ConfigureAwait(false);
128
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText, intentData: intentData).ConfigureAwait(false);
168
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText, intentData: intentData).ConfigureAwait(false);
245
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText).ConfigureAwait(false);
Intents\RenameIntentTests.cs (1)
219
return
VerifyExpectedTextAsync
(WellKnownIntents.Rename, initialText, currentText, expectedText, intentData: $"{{ \"newName\": \"{newName}\" }}");