returnsNormally method

Future<void> returnsNormally()

Checks that the execution of the tested function returns normally.

Implementation

Future<void> returnsNormally() async {
  await test.expectLater(value, test.returnsNormally);
}