38 references to TestAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (37)
Debugging\DataTipInfoGetterTests.cs (37)
23
await
TestAsync
("class [|C$$|] { }");
24
await
TestAsync
("struct [|C$$|] { }");
25
await
TestAsync
("interface [|C$$|] { }");
26
await
TestAsync
("enum [|C$$|] { }");
27
await
TestAsync
("delegate void [|C$$|] ();"); // Without the space, that position is actually on the open paren.
33
await
TestAsync
(
48
await
TestAsync
(
63
await
TestAsync
(
78
await
TestAsync
(
93
await
TestAsync
(
123
await
TestAsync
(
153
await
TestAsync
(
168
await
TestAsync
(
183
await
TestAsync
(
198
await
TestAsync
(
228
await
TestAsync
(
242
await
TestAsync
(
262
await
TestAsync
(
270
await
TestAsync
(
286
await
TestAsync
(
298
await
TestAsync
("class C<T, [|$$U|], V> { }");
299
await
TestAsync
(
311
await
TestAsync
(
324
await
TestAsync
(
341
await
TestAsync
(
371
await
TestAsync
( // From
381
await
TestAsync
( // Let
391
await
TestAsync
( // Join
401
await
TestAsync
( // Join Into
411
await
TestAsync
( // Continuation
457
await
TestAsync
($$"""
490
await
TestAsync
($$"""
515
await
TestAsync
("""
526
await
TestAsync
("""
537
await
TestAsync
("""
548
await
TestAsync
("""
559
await
TestAsync
("""
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Debugging\AbstractDataTipInfoGetterTests.cs (1)
26
=>
TestAsync
(markup.NormalizedValue(), expectedText);