3 references to RunTestWithStaticPort
Sockets.BindTests (3)
src\Servers\Kestrel\test\BindTests\AddressRegistrationTests.cs (3)
228
RunTestWithStaticPort
(port => RegisterAddresses_Success($"{addressInput}:{port}", testUrls, port));
344
=>
RunTestWithStaticPort
(port => RegisterIPEndPoint_Success(new IPEndPoint(address, port), testUrl, port));
413
RunTestWithStaticPort
(port => ListenLocalhost_Success(testUrls, port));