state_queue_test library

Functions

blocTest<B extends StateQueue<State>, State>(String description, {required B build(), FutureOr<void> act(B bloc)?, Iterable? expect}) → void
runBlocTest<B extends StateQueue<State>, State>({required B build(), FutureOr<void> act(B bloc)?, Iterable? expect}) Future<void>