24 references to TestAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (24)
PdbSourceDocument\PdbSourceDocumentTests.cs (24)
40await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C.M"), preprocessorSymbols: new[] { "SOME_DEFINED_CONSTANT" }); 60await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C.M")); 75await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C.M")); 90await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C..ctor")); 105await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember<IMethodSymbol>("C.M").Parameters.First()); 118await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C")); 130await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C..ctor")); 145await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("Outer.C")); 160await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("Outer.C..ctor")); 175await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("Outer")); 190await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("Outer..ctor")); 209await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("Outer.C")); 228await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("Outer.C..ctor")); 247await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("Outer")); 266await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("Outer..ctor")); 281await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C")); 296await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C..ctor")); 308await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C.f")); 320await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C.P")); 332await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C.P")); 344await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C.E")); 361await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C.E")); 373await TestAsync(pdbLocation, sourceLocation, source, c => c.GetMember("C.E")); 385await TestAsync(Location.OnDisk, Location.OnDisk, source, c => c.GetMember("C.E"), buildReferenceAssembly: true, expectNullResult: true);