tearDown method

Future<void> tearDown()

Implementation

Future<void> tearDown() async {
  try {
    await shutdown();
  } catch (_) {
    dartTest.fail('TestHost does not shutdown gracefully.');
  }
}