38 references to TestAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (37)
Debugging\DataTipInfoGetterTests.cs (37)
23await TestAsync("class [|C$$|] { }"); 24await TestAsync("struct [|C$$|] { }"); 25await TestAsync("interface [|C$$|] { }"); 26await TestAsync("enum [|C$$|] { }"); 27await TestAsync("delegate void [|C$$|] ();"); // Without the space, that position is actually on the open paren. 32=> TestAsync( 45=> TestAsync( 58=> TestAsync( 71=> TestAsync( 84=> TestAsync( 110=> TestAsync( 136=> TestAsync( 149=> TestAsync( 162=> TestAsync( 175=> TestAsync( 201=> TestAsync( 213=> TestAsync( 232await TestAsync( 240await TestAsync( 255=> TestAsync( 266await TestAsync("class C<T, [|$$U|], V> { }"); 267await TestAsync( 278=> TestAsync( 289=> TestAsync( 304=> TestAsync( 333await TestAsync( // From 343await TestAsync( // Let 353await TestAsync( // Join 363await TestAsync( // Join Into 373await TestAsync( // Continuation 418=> TestAsync($$""" 449=> TestAsync($$""" 472=> TestAsync(""" 481=> TestAsync(""" 490=> TestAsync(""" 499=> TestAsync(""" 508=> TestAsync("""
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Debugging\AbstractDataTipInfoGetterTests.cs (1)
26=> TestAsync(markup.NormalizedValue(), expectedText);