tester method

BlocTester<JuiceBloc<TState>, TState> tester()

Creates a BlocTester for this bloc.

Implementation

BlocTester<JuiceBloc<TState>, TState> tester() => BlocTester(this);