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