TestApp constructor
TestApp(
- Supafast app
Creates a test wrapper for the given Supafast application.
app The Supafast application instance to test.
Implementation
TestApp(this.app);
Creates a test wrapper for the given Supafast application.
app The Supafast application instance to test.
TestApp(this.app);