3 references to TestAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
RefactoringHelpers\RefactoringHelpersTests.cs (2)
1262
await
TestAsync
<ArgumentSyntax>(testText, n => n.Parent is TupleExpressionSyntax);
1680
await
TestAsync
<ArgumentSyntax>(testText, predicate: n => n.Parent is TupleExpressionSyntax);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
RefactoringHelpers\RefactoringHelpersTestBase.cs (1)
31
=>
TestAsync
(text, Functions<TNode>.True, allowEmptyNodes);