Skip to main content

Crate anvil_test

Crate anvil_test 

Source
Expand description

Anvil test utilities.

Re-exports§

pub use client::TestClient;
pub use client::TestResponse;
pub use factory::Factory;

Modules§

client
HTTP test client wrapping a tower::Service constructed from an Application.
factory
Model factory pattern. Each app-side factory implements Factory.