event_bloc_tester 0.1.4 event_bloc_tester: ^0.1.4 copied to clipboard
A test package used in event_bloc
0.1.4 #
- Removed Flutter dependency from event_bloc_tester
0.1.3 #
- Added ListTesterMode.auto that will automatically generateOutput or testOutput based on the presence of the corresponding test file.
0.1.2+1 #
- Fixed issue where testing output with SerializableListWidgetTester would run indefinitely
0.1.2 #
- Refactored SerializableListTester to have some functionality be in SerializableListTesterMixin
- Added SerializableListWidgetTester
0.1.1 #
- Added Special Error for when the generated test output isn't found.
0.1.0 #
- Initial Version!