Expand description
Various helpers for Actix applications to use during testing.
Structs§
- Test
Server - Test server controller
Functions§
- test_
server - Start test server.
- test_
server_ with_ addr - Start
test server
on an existing address binding. - unused_
addr - Get a localhost socket address with random, unused port.