ajwah_bloc_test library

Functions

ajwahTest<State>(String description, {Stream<State> build(), Function act, Duration wait, int skip: 0, Iterable expect, dynamic verify(List<State> models), Iterable errors, Function tearDown}) → void
ajwahStore must notify it's subscriber with it's current state when subscription point start listening. [...]
@isTest
runAjwahTest<State>(String description, {Stream<State> build(), Function act, Duration wait, int skip: 0, Iterable expect, dynamic verify(List<State> models), Iterable errors, Function tearDown}) Future<void>
Internal ajwahTest runner which is only visible for testing. This should never be used directly -- please use ajwahTest instead.
@visibleForTesting