TestClient constructor

TestClient(
  1. App app
)

Creates a TestClient for the given app.

Implementation

TestClient(this.app);