17 references to TestAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (14)
Classification\AbstractCSharpClassifierTests.cs (2)
26
await
TestAsync
(code, allCode, testHost, parseOptions: null, expected);
27
await
TestAsync
(code, allCode, testHost, parseOptions: Options.Script, expected);
Classification\SemanticClassifierTests.cs (1)
1225
await
TestAsync
(code,
Classification\SyntacticClassifierTests.cs (8)
458
await
TestAsync
(
477
await
TestAsync
(
497
await
TestAsync
(
662
await
TestAsync
(code,
688
await
TestAsync
(
1319
await
TestAsync
(code, code, testHost, Options.Script, expected);
1342
await
TestAsync
(code, code, testHost, Options.Regular, expected);
1365
await
TestAsync
(code, code, testHost, Options.Script, expected);
Classification\SyntacticClassifierTests_Preprocessor.cs (2)
414
await
TestAsync
(
446
await
TestAsync
(
Classification\TotalClassifierTests_Dynamic.cs (1)
670
await
TestAsync
(
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Classification\AbstractClassifierTests.cs (2)
84
await
TestAsync
(code, allCode, testHost, parseOptions, expected);
111
await
TestAsync
(code, code, testHost, parseOptions, expected);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Classification\AbstractVisualBasicClassifierTests.vb (1)
19
Return
TestAsync
(code, allCode, testHost, parseOptions:=Nothing, expected)