fast_rx_test library

Classes

RxTest<T extends Rx>
A container for a transform on an Rx object

Functions

expectRx<T extends Rx>({List<RxTest<T>> shouldRegister = const [], List<RxTest<T>> shouldNotRegister = const [], List<RxTest<T>> shouldNotify = const [], List<RxTest<T>> shouldNotNotify = const []}) → dynamic
Expect that every test in shouldNotify notifies exactly once, and that every test in shouldNotNotify does not notify.