26 references to TestAsync
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (17)
AddDocCommentNodesCodeFixProviderTests.cs (1)
31
await
TestAsync
(initial, expected, parseOptions: parseOptions);
MakeLocalFunctionStaticTests.cs (2)
552
await
TestAsync
("""
568
await
TestAsync
("""
MakeMethodAsynchronousTests.cs (1)
92
await
TestAsync
(initial, expected, parseOptions: CSharpParseOptions.Default,
RemoveDocCommentNodeCodeFixProviderTests.cs (1)
31
await
TestAsync
(initial, expected, parseOptions: parseOptions);
RemoveUnusedLocalFunctionTests.cs (1)
149
await
TestAsync
("""
UpgradeProjectTests.cs (1)
57
await
TestAsync
(initialMarkup, initialMarkup, parseOptions); // no change to markup
UseAutoPropertyTests.cs (1)
429
await
TestAsync
(
UseImplicitTypeTests.cs (2)
477
await
TestAsync
(
3310
await
TestAsync
(
UseInferredMemberNameTests.cs (4)
35
await
TestAsync
(
109
await
TestAsync
(
137
await
TestAsync
(
179
await
TestAsync
(
UseThrowExpressionTests.cs (3)
603
await
TestAsync
(
623
await
TestAsync
(
659
await
TestAsync
(
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests (9)
AbstractVisualBasicDiagnosticProviderBasedUserDiagnosticTest.vb (1)
35
Await MyBase.
TestAsync
(initialMarkupStr, expectedStr,
RemoveDocCommentNodeCodeFixProviderTests.vb (1)
20
Await
TestAsync
(initial, expected, parseOptions:=parseOptions)
RemoveUnnecessaryImportsTests.vb (2)
23
Await
TestAsync
(
1289
Await
TestAsync
(
UseInferredMemberNameTests.vb (5)
25
Await
TestAsync
(
74
Await
TestAsync
(
95
Await
TestAsync
(
118
Await
TestAsync
(
152
Await
TestAsync
(