58 references to AssertNavigatedAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (31)
GoToAdjacentMember\CSharpGoToAdjacentMemberTests.cs (31)
48await AssertNavigatedAsync(code, next: true); 62await AssertNavigatedAsync(code, next: true); 81await AssertNavigatedAsync(code, next: true); 100await AssertNavigatedAsync(code, next: false); 113await AssertNavigatedAsync(code, next: true); 126await AssertNavigatedAsync(code, next: false); 139await AssertNavigatedAsync(code, next: true); 152await AssertNavigatedAsync(code, next: false); 169await AssertNavigatedAsync(code, next: true); 181await AssertNavigatedAsync(code, next: true); 193await AssertNavigatedAsync(code, next: true); 205await AssertNavigatedAsync(code, next: true); 216await AssertNavigatedAsync(code, next: true); 228await AssertNavigatedAsync(code, next: true); 240await AssertNavigatedAsync(code, next: true); 258await AssertNavigatedAsync(code, next: true); 278await AssertNavigatedAsync(code, next: true); 298await AssertNavigatedAsync(code, next: true); 316await AssertNavigatedAsync(code, next: true); 336await AssertNavigatedAsync(code, next: true); 354await AssertNavigatedAsync(code, next: true); 374await AssertNavigatedAsync(code, next: true); 391await AssertNavigatedAsync(code, next: true); 407await AssertNavigatedAsync(code, next: true); 423await AssertNavigatedAsync(code, next: false); 439await AssertNavigatedAsync(code, next: true); 455await AssertNavigatedAsync(code, next: false); 469await AssertNavigatedAsync(code, next: true); 489await AssertNavigatedAsync(code, next: false); 500await AssertNavigatedAsync(code, next: true, sourceCodeKind: SourceCodeKind.Script); 511await AssertNavigatedAsync(code, next: false, sourceCodeKind: SourceCodeKind.Script);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (27)
GoToAdjacentMember\VisualBasicGoToAdjacentMemberTests.vb (27)
36Await AssertNavigatedAsync(code, next:=True) 49Await AssertNavigatedAsync(code, next:=True) 67Await AssertNavigatedAsync(code, next:=True) 85Await AssertNavigatedAsync(code, next:=False) 98Await AssertNavigatedAsync(code, next:=True) 111Await AssertNavigatedAsync(code, next:=False) 124Await AssertNavigatedAsync(code, next:=True) 137Await AssertNavigatedAsync(code, next:=False) 153Await AssertNavigatedAsync(code, next:=True) 166Await AssertNavigatedAsync(code, next:=True) 179Await AssertNavigatedAsync(code, next:=True) 195Await AssertNavigatedAsync(code, next:=True) 207Await AssertNavigatedAsync(code, next:=True) 218Await AssertNavigatedAsync(code, next:=True) 237Await AssertNavigatedAsync(code, next:=True) 259Await AssertNavigatedAsync(code, next:=True) 281Await AssertNavigatedAsync(code, next:=True) 304Await AssertNavigatedAsync(code, next:=True) 330Await AssertNavigatedAsync(code, next:=True) 345Await AssertNavigatedAsync(code, next:=True) 361Await AssertNavigatedAsync(code, next:=True) 377Await AssertNavigatedAsync(code, next:=False) 391Await AssertNavigatedAsync(code, next:=True) 407Await AssertNavigatedAsync(code, next:=False) 421Await AssertNavigatedAsync(code, next:=False) 433Await AssertNavigatedAsync(code, next:=True, sourceCodeKind:=SourceCodeKind.Script) 445Await AssertNavigatedAsync(code, next:=False, sourceCodeKind:=SourceCodeKind.Script)