fast_rx_test 0.4.2 fast_rx_test: ^0.4.2 copied to clipboard
Testing utilities for fast_rx. Check for valid rx registration and notifications.
0.4.2 #
- Upgrades
fast_rx
0.4.1 #
- Upgrades
fast_rx
0.4.0 #
- Uses
runRxZoned
for registration testing as well - Removes dependency on
RxNotifier
- Combines
expectRxRegistration
andexpectRxNotification
intoexpectRx
0.3.2 #
- Much more reliable
expectRxNotification
verification usingrunRxZoned
- Adds
RxComposite
support toexpectRxNotification
0.3.1 #
- Documentation fixes
0.3.0 #
RxTest
now takes an Rx generator function so that tests can be reusedexpectRxNotification
improvementsshouldNotify
andshouldRegister
fields are now optional
0.2.0 #
- Made tests much more convenient to write
- Added expectRxNotification
0.1.1 #
- Fixed dart version constraint to work with pub pana
0.1.0 #
- Initial release