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