TestApp constructor

TestApp(
  1. Supafast app
)

Creates a test wrapper for the given Supafast application.

app The Supafast application instance to test.

Implementation

TestApp(this.app);