liquidart_test 3.0.0-b3
liquidart_test: ^3.0.0-b3 copied to clipboard
Utilities for writing automated tests for Liquidart applications
3.0.0-b3 #
- Updated dependencies
3.0.0-b2 #
- Updated dependencies
3.0.0-b1 #
- Migrated to Null Safety
- Minor Code Refactors
2.0.0-b2 #
- Bumped Version
- Corrected Homepage, Respository and Documentation links.
2.0.0-b1 #
- Changed name and refactored to liquidart_test
1.0.1 #
- Fixes analysis warnings for Dart 2.1.1
1.0.0+1 #
- Bumps some dependency constraints to be more permissive
1.0.0 #
- Initial version from
package:liquidart. - Adds
TestHarnessbase class for test harnesses. - Adds
TestHarnessORMMixinfor testing ORM applications. - Adds
TestHarnessAuthMixinfor testing OAuth2 applications. - Renames
TestClienttoAgentand adds methods for executing requests without constructing aTestRequest. - Adds default parameters to
Agentfor its requests.