Creates a new test for a specific bloc state.
rxBlocFakeAsyncTest will create the specific test and initialize it's
state as well perform all the necessary operations based on provided
parameters before expecting the desired values.
Creates a new test for a specific bloc state.
rxBlocTest will create the specific test and initialize it's state
as well perform all the necessary operations based on provided parameters
before expecting the desired values.
rxBlocTest will ensure that no additional states are emitted by closing
the states stream just before the evaluation.