1. override
void postTest()

Called by the testWidgets function after a test is executed.

Source

@override
void postTest() {
  super.postTest();
  assert(!_expectingFrame);
  assert(_pendingFrame == null);
  _inTest = false;
}