2 overrides of DefaultTestAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\AbstractCSharpClassifierTests.cs (1)
24protected override async Task DefaultTestAsync(string code, string allCode, TestHost testHost, FormattedClassification[] expected)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Classification\AbstractVisualBasicClassifierTests.vb (1)
18Protected Overrides Function DefaultTestAsync(code As String, allCode As String, testHost As TestHost, expected() As FormattedClassification) As Task
6 references to DefaultTestAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
Classification\AbstractClassifierTests.cs (6)
102await DefaultTestAsync(code, code, testHost, expected); 120await DefaultTestAsync(code, allCode, testHost, expected); 143await DefaultTestAsync(code, allCode, testHost, expected); 170await DefaultTestAsync(code, allCode, testHost, expected); 206await DefaultTestAsync(code, allCode, testHost, expected); 263await DefaultTestAsync(code, allCode, testHost, expected);