bloc_test 6.0.0-dev.2
bloc_test: ^6.0.0-dev.2 copied to clipboard
A testing library which makes it easy to test blocs. Built to be used with the bloc state management package.
6.0.0-dev.2 #
- Update to
bloc ^5.0.0-dev.7.
6.0.0-dev.1 #
- Update to
bloc ^5.0.0-dev.6. - Internal implementation updates to use cubit_test
5.1.0 #
- Add
errorstoblocTestto enable expecting unhandled exceptions within blocs. - Update
whenListento also handle stubbing the state property of the bloc.
5.0.0 #
- Update to
bloc: ^4.0.0
5.0.0-dev.4 #
- Update to
bloc: ^4.0.0-dev.4
5.0.0-dev.3 #
- Update to
bloc: ^4.0.0-dev.3
5.0.0-dev.2 #
- Update to
bloc: ^4.0.0-dev.2
5.0.0-dev.1 #
- Update to
bloc: ^4.0.0-dev.1
4.0.0 #
3.0.0 #
3.0.0-dev.1 #
- Update to
bloc: ^3.0.0-dev.1
2.2.2 #
- Minor internal improvements (fixed analysis warning in
emitsExactly)
2.2.1 #
- Minor documentation improvements (syntax highlighting in README)
2.1.0 #
- Add
MockBloctobloc_testin order to simplify bloc mocks (addresses #636) - Documentation and example updates
2.0.0 #
- Updated to
bloc: ^2.0.0and Documentation Updates - Adhere to effective dart (#561)
1.0.0 #
Updated to bloc: ^1.0.0 and Documentation Updates
0.2.1 #
whenListen automatically converts Stream to BroadcastStream
0.2.0 #
whenListen handles internal skip from BlocBuilder and BlocListener
0.1.0 #
Initial Version of the library.
- Includes
whenListento enable mocking aBlocstateStream.