dart_test_extensions 0.1.0+1
dart_test_extensions: ^0.1.0+1 copied to clipboard
Dart test extensions for cleaner, more expressive tests — ChangeNotifier state capture, mockito sugar, stream helpers, and widget test utilities.
0.1.0+1 #
- Add dartdoc comments to all public API members for full pub.dev documentation score
0.1.0 #
- Initial release
- ChangeNotifier extensions:
capture,count,trackPropertyfor state recording and notification tracking - Mockito sugar:
thenReturnAsync,thenThrowAsync,thenReturnAfter,thenAnswerVoid,thenReturnNull,thenEmpty,thenEmit,thenEmitSingle,thenEmitError,capturedAs,allCapturedAs - Stream helpers:
emitAndSettle,collectDuring - Widget test utilities:
pumpApp,pumpScaffold,tapAndPump,tapAndSettle,shouldExist,shouldNotExist,shouldFind