hasState<S> function
Matches when a Velo notifier's current state equals the expected state.
Implementation
Matcher hasState<S>(S expectedState) => VeloMatchers.hasState<S>(expectedState);
Matches when a Velo notifier's current state equals the expected state.
Matcher hasState<S>(S expectedState) => VeloMatchers.hasState<S>(expectedState);