stream_test 0.2.0 stream_test: ^0.2.0 copied to clipboard
Stream testing library. Test async stream with ease.
0.2.0 #
- Add
streamTest
andstreamTestZone
to fix hardcoded microtask task count and improve overall performance - Change maximum dart version to 4.0.0
0.1.2 #
- Always await multiple microtasks to fill async gaps - this is not affecting test times - await micortask and await 99 microtasks take same amount of time
0.1.1 #
- Remove assert no errors argument
- Update examples and readme
0.1.0 #
- Initial version.