optireact_test library
Testing utilities for OptiReact.
Import this file in your test files to access helpers like ReactiveValueRecorder and AsyncStateRecorder.
import 'package:optireact/optireact_test.dart';
Classes
-
AsyncStateRecorder<
T> - Records all AsyncValue state changes from an ReactiveAsyncNotifier.
-
ReactiveValueRecorder<
T> - Records all value changes emitted by a ReactiveNotifier.