6 references to WaitToContinue
Microsoft.AspNetCore.SignalR.Tests (6)
src\Shared\SyncPoint\SyncPoint.cs (3)
15
/// Waits for the code-under-test to reach <see cref="
WaitToContinue
"/>.
21
/// Releases the code-under-test to continue past where it waited for <see cref="
WaitToContinue
"/>.
74
return syncPoint.
WaitToContinue
();
TestFilters.cs (3)
54
await _syncPoint[0].
WaitToContinue
();
60
await _syncPoint[1].
WaitToContinue
();
68
await _syncPoint[2].
WaitToContinue
();