- override
Called by the testWidgets
function after a test is executed.
Source
@override void postTest() { super.postTest(); assert(!_expectingFrame); assert(_pendingFrame == null); _inTest = false; }
Called by the testWidgets
function after a test is executed.
@override void postTest() { super.postTest(); assert(!_expectingFrame); assert(_pendingFrame == null); _inTest = false; }