onSetUp method

Future onSetUp()

Override this method to register a setUp closure.

This method will be called before each test case when this harness is installed. You must invoke install for this method to be called.

By default, does nothing.

Implementation

Future onSetUp() async {}