Module actix_web::test

source ·
Expand description

Various helpers for Actix applications to use during testing.

§Creating A Test Service

§Off-The-Shelf Test Services

§Calling Test Service

§Reading Response Payloads

Re-exports§

  • pub use self::test_services::default_service;
    Deprecated
  • pub use self::test_services::simple_service;
    Deprecated
  • pub use self::test_utils::read_response;
    Deprecated
  • pub use self::test_utils::read_response_json;
    Deprecated

Structs§

Functions§