valenty_test 0.1.2
valenty_test: ^0.1.2 copied to clipboard
Compile-time safe component testing DSL for Flutter apps with phantom types and typed fluent builders.
Changelog #
0.1.2 #
- Fix dependency conflict with riverpod_generator by requiring test ^1.31.0 (supports analyzer <13.0.0)
0.1.1 #
- Add mandatory AI setup instructions to README
- Fix repository and homepage URLs
0.1.0 #
- Initial release
- Phantom type system for compile-time safe Given→When→Then ordering
- Builder base classes: GivenBuilder, WhenBuilder, ThenBuilder, DomainObjectBuilder, AssertionBuilder
- ScenarioRunner integration with
package:test - Multi-channel testing support (UI, API, CLI)
- Test fixtures and matchers
- TestContext for state management across scenario steps