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