Crate actix_testing

Source
Expand description

Various helpers for Actix applications to use during testing.

Structs§

TestServer
The TestServer type.
TestServerRuntime
Test server runstime

Attribute Macros§

test
Marks async test function to be executed by actix runtime.