23 references to VerifyExpectedTextAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (23)
Intents\AddConstructorParameterIntentTests.cs (6)
61
await
VerifyExpectedTextAsync
(WellKnownIntents.AddConstructorParameter, initialText, currentText, expectedText).ConfigureAwait(false);
96
await
VerifyExpectedTextAsync
(WellKnownIntents.AddConstructorParameter, initialText, currentText, expectedText).ConfigureAwait(false);
135
await
VerifyExpectedTextAsync
(WellKnownIntents.AddConstructorParameter, initialText, currentText, expectedText).ConfigureAwait(false);
173
await
VerifyExpectedTextAsync
(WellKnownIntents.AddConstructorParameter, initialText, currentText, expectedText).ConfigureAwait(false);
207
await
VerifyExpectedTextAsync
(WellKnownIntents.AddConstructorParameter, initialText, currentText, expectedText,
246
await
VerifyExpectedTextAsync
(WellKnownIntents.AddConstructorParameter, initialText, currentText, expectedText).ConfigureAwait(false);
Intents\DeleteParameterIntentTests.cs (10)
57
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
100
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
142
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
184
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
281
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
338
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
381
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
424
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
479
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
525
await
VerifyExpectedTextAsync
(WellKnownIntents.DeleteParameter, initialText, currentText, expectedText).ConfigureAwait(false);
Intents\GenerateConstructorIntentTests.cs (6)
45
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText).ConfigureAwait(false);
76
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText).ConfigureAwait(false);
110
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText, intentData: intentData).ConfigureAwait(false);
144
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText, intentData: intentData).ConfigureAwait(false);
207
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText).ConfigureAwait(false);
235
await
VerifyExpectedTextAsync
(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText,
Intents\RenameIntentTests.cs (1)
193
return
VerifyExpectedTextAsync
(WellKnownIntents.Rename, initialText, currentText, expectedText, intentData: $"{{ \"newName\": \"{newName}\" }}");