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