Struct sota::http::test_client::TestClient
[−]
[src]
pub struct TestClient {
// some fields omitted
}The TestClient will return HTTP responses from an existing list of strings.
Methods
impl TestClient[src]
fn from(responses: Vec<String>) -> TestClient
Create a new TestClient that will return these responses.