43 references to TestBasicAsync
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (43)
Workspaces\SymbolDescriptionServiceTests.vb (43)
210Await TestBasicAsync(workspace, "Class Program")
230Await TestBasicAsync(workspace,
251Await TestBasicAsync(workspace,
277Await TestBasicAsync(workspace,
293Await TestBasicAsync(workspace, $"T {FeaturesResources.in_} Goo(Of T)")
311Await TestBasicAsync(workspace, $"T {FeaturesResources.in_} Outer(Of T)")
329Await TestBasicAsync(workspace, $"T {FeaturesResources.in_} Outer(Of T)")
345Await TestBasicAsync(workspace,
364Await TestBasicAsync(workspace,
380Await TestBasicAsync(workspace, "Structure Program")
395Await TestBasicAsync(workspace, "Structure System.Int32")
416Await TestBasicAsync(workspace, "Enum Program")
436Await TestBasicAsync(workspace, "Delegate Sub DelegateType()")
457Await TestBasicAsync(workspace, "Interface Goo")
480Await TestBasicAsync(workspace, "Module M1")
497Await TestBasicAsync(workspace, "Namespace System")
510Await TestBasicAsync(workspace, "Namespace System.Collections.Generic")
528Await TestBasicAsync(workspace, $"({FeaturesResources.field}) Goo.field As Integer")
546Await TestBasicAsync(workspace, $"({FeaturesResources.field}) Shared Goo.field As Integer")
564Await TestBasicAsync(workspace, $"({FeaturesResources.field}) ReadOnly Goo.field As Integer")
582Await TestBasicAsync(workspace, $"({FeaturesResources.field}) Shared ReadOnly Goo.field As Integer")
600Await TestBasicAsync(workspace, $"({FeaturesResources.local_variable}) x As String")
620Await TestBasicAsync(workspace, "Function Goo.Fun() As Integer")
642Await TestBasicAsync(workspace, "Sub Console.Write(value As Integer)")
666Await TestBasicAsync(workspace, $"({FeaturesResources.parameter}) x As String")
685Await TestBasicAsync(workspace, "Sub Goo.Method(x As Short, [y As Integer = 10])")
708Await TestBasicAsync(workspace, "Sub Goo.Method(x As String)")
734Await TestBasicAsync(workspace, "Sub Goo.Method(x As String)")
744Await TestBasicAsync(workspace, expectedDescription)
754Await TestBasicAsync(workspace, expectedDescription)
763Await TestBasicAsync(workspace, expectedDescription)
772Await TestBasicAsync(workspace, expectedDescription)
781Await TestBasicAsync(workspace, expectedDescription)
790Await TestBasicAsync(workspace, expectedDescription)
802Await TestBasicAsync(workspace, expectedDescription)
814Await TestBasicAsync(workspace, expectedDescription)
844Await TestBasicAsync(workspace, "Sub A.G()")
874Await TestBasicAsync(workspace, "Sub A.G()")
899Await TestBasicAsync(workspace, "Sub Outer(Of Integer).Inner.F(x As Integer)")
915Await TestBasicAsync(workspace, "Property Goo.Items As List(Of String)")
934Await TestBasicAsync(workspace, $"({FeaturesResources.field}) C.x As Integer")
953Await TestBasicAsync(workspace, $"({FeaturesResources.local_variable}) y As Integer")
970Await TestBasicAsync(workspace, $"({FeaturesResources.local_constant}) b As Integer = 2")