usecase_forge_test 1.1.0
usecase_forge_test: ^1.1.0 copied to clipboard
Deterministic test helpers for the pure Dart usecase_forge runtime.
Changelog #
1.1.0 - 2026-09-15 #
- Added an installable package skill for deterministic lifecycle, policy, cancellation, matcher, observer, and controlled-time tests.
- Updated the
usecase_forgedependency to^1.1.0.
1.0.0 - 2026-08-17 #
- Established the stable deterministic clock, observer, matcher, waiting, and lifecycle test-helper contracts.
- Aligned documentation and examples with
usecase_forge1.0.0.
0.1.0-dev.3 - 2026-08-08 #
- Replaced relative README links with absolute GitLab URLs so translations, guides, examples, license, and attribution remain clickable on pub.dev.
- Updated English and Russian installation guidance to the current package version.
- Refined Russian API terminology in the observer, matcher, and coverage guidance.
- Aligned the core dependency with
usecase_forge0.1.0-dev.5.
0.1.0-dev.2 - 2026-08-08 #
- Added current ArkTelos package documentation, verified publisher, public contact, security-reporting, and project links to the English and Russian documentation.
0.1.0-dev.1 - 2026-08-02 #
- Added
UseCaseTestObserverfor snapshots, terminal history and stream errors. - Added
useCaseTestwith explicit event-driven waiting and guaranteed cleanup. - Added field-aware snapshot, execution-entry and stream-error matchers.
- Added
TestUseCaseClockfor deterministic policies and timestamps. - Added lifecycle tests and six runnable examples.