beforeStart method

Future beforeStart()

Override this method to provide configuration for the application under test.

This method is invoked after application is created, but before it is started. All configuration information to be performed prior to creating ApplicationChannels and listening for requests must be provided by this method.

By default, does nothing.

Implementation

Future beforeStart() async {}