16 references to TestAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (14)
Classification\AbstractCSharpClassifierTests.cs (2)
42
await
TestAsync
(code, allCode, testHost, parseOptions: null, expected);
43
await
TestAsync
(code, allCode, testHost, parseOptions: Options.Script, expected);
Classification\SemanticClassifierTests.cs (1)
1213
await
TestAsync
(code,
Classification\SyntacticClassifierTests.cs (8)
524
await
TestAsync
(
545
await
TestAsync
(
567
await
TestAsync
(
728
await
TestAsync
(code,
756
await
TestAsync
(
1381
await
TestAsync
(code, code, testHost, Options.Script, expected);
1405
await
TestAsync
(code, code, testHost, Options.Regular, expected);
1429
await
TestAsync
(code, code, testHost, Options.Script, expected);
Classification\SyntacticClassifierTests_Preprocessor.cs (2)
365
await
TestAsync
(
399
await
TestAsync
(
Classification\TotalClassifierTests_Dynamic.cs (1)
635
await
TestAsync
(
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Classification\AbstractClassifierTests.cs (2)
81
await
TestAsync
(code, allCode, testHost, parseOptions, expected);
103
=>
TestAsync
(code, code, testHost, parseOptions, expected);