[][src]Module actix_web::test

Various helpers for Actix applications to use during testing.

Structs

TestRequest

Test Request builder.

Functions

block_on

Runs the provided future, blocking the current thread until the future completes.

call_success

Calls service and waits for response future completion.

default_service
init_service

This method accepts application builder instance, and constructs service.

ok_service
run_on

Runs the provided function, with runtime enabled.