BlocInitializerExecutionTests
Functions
Link copied to clipboard
Link copied to clipboard
Test whether the bloc waits for the initializer to finish before transitioning to started which will start processing directly dispatched actions (not by the initializer).
Link copied to clipboard
Test whether the bloc waits for the initializer to finish before transitioning to started which will start processing directly dispatched actions (not by the initializer).
Link copied to clipboard
Test regular initializer with dispatch to reducer
Link copied to clipboard
Test regular initializer that triggers a thunk
Link copied to clipboard
Link copied to clipboard
Test whether long running initializers still run before everything else
Link copied to clipboard
Test whether long running initializers still run before everything else, now for MVVM+ style reducers and thunks
Link copied to clipboard
Link copied to clipboard
Test whether an action is queued if the initializer is already done